projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f049e07
)
Rename -no-lazy to -disable-lazy-compilation.
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 21 May 2008 18:20:21 +0000
(18:20 +0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/tools/lli/lli.cpp
b/tools/lli/lli.cpp
index 5d34d9f1dd793a9a75cea485924fdbaf253fe6c9..67b1424d839fa1a5315e0932dded192f84f0d2d4 100644
(file)
--- 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<bool>
- NoLazyCompilation("
no-lazy
",
+ NoLazyCompilation("
disable-lazy-compilation
",
cl::desc("Disable JIT lazy compilation"),
cl::init(false));
}