diff options
Diffstat (limited to 'llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp')
-rw-r--r-- | llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp b/llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp index c7e4051..f94fd85 100644 --- a/llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp +++ b/llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp @@ -83,7 +83,7 @@ int main(int argc, char *argv[]) { InitializeNativeTarget(); InitializeNativeTargetAsmPrinter(); - cl::ParseCommandLineOptions(argc, argv, "HowToUseLLJIT"); + cl::ParseCommandLineOptions(argc, argv, "LLJITWithObjectCache"); ExitOnErr.setBanner(std::string(argv[0]) + ": "); MyObjectCache MyCache; |