[examples][ORC] Fix program names in calls to parse cl opt in examples.
authorLang Hames <lhames@gmail.com>
Fri, 24 Jan 2020 02:22:50 +0000 (18:22 -0800)
committerLang Hames <lhames@gmail.com>
Fri, 24 Jan 2020 03:18:16 +0000 (19:18 -0800)
commitfbb8642c1c4c5e7a435d05a81c07ca8efbd24899
tree4387de10a66fef93e6e7d0259b5939a668f8636f
parent46aa5c13c5fcefd3a33740d18cddd9155db37c79
[examples][ORC] Fix program names in calls to parse cl opt in examples.

These examples were all copied and adapted from the original HowToUseLLJIT
example code, however the calls to cl::ParseCommandLineOptions were not
updated.
llvm/examples/LLJITExamples/LLJITDumpObjects/LLJITDumpObjects.cpp
llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp