diff options
-rw-r--r-- | llvm/tools/lli/lli.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp index 5d34d9f1dd7..67b1424d839 100644 --- a/llvm/tools/lli/lli.cpp +++ b/llvm/tools/lli/lli.cpp @@ -54,7 +54,7 @@ namespace { cl::desc("Disable emission of core files if possible")); cl::opt<bool> - NoLazyCompilation("no-lazy", + NoLazyCompilation("disable-lazy-compilation", cl::desc("Disable JIT lazy compilation"), cl::init(false)); } |