diff --git a/tools/lli/lli.cpp b/tools/lli/lli.cpp index 5d34d9f1dd7..67b1424d839 100644 --- a/tools/lli/lli.cpp +++ b/tools/lli/lli.cpp @@ -54,7 +54,7 @@ namespace { cl::desc("Disable emission of core files if possible")); cl::opt - NoLazyCompilation("no-lazy", + NoLazyCompilation("disable-lazy-compilation", cl::desc("Disable JIT lazy compilation"), cl::init(false)); }