Rename -no-lazy to -disable-lazy-compilation.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 21 May 2008 18:20:21 +0000 (18:20 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 21 May 2008 18:20:21 +0000 (18:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51386 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/lli.cpp

index 5d34d9f1dd793a9a75cea485924fdbaf253fe6c9..67b1424d839fa1a5315e0932dded192f84f0d2d4 100644 (file)
@@ -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));
 }