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:
572c770
)
The JIT is the default mode for LLI now
author
Chris Lattner
<sabre@nondot.org>
Mon, 12 May 2003 14:31:57 +0000
(14:31 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 12 May 2003 14:31:57 +0000
(14:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6118
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 6906465d710a643f05a39e47e27014fdb7234874..30b65997d67d89d18209458e408aa3e5f1157301 100644
(file)
--- a/
tools/lli/lli.cpp
+++ b/
tools/lli/lli.cpp
@@
-32,7
+32,7
@@
namespace {
cl::opt<bool> ForceInterpreter("force-interpreter",
cl::desc("Force interpretation: disable JIT"),
- cl::init(
tru
e));
+ cl::init(
fals
e));
}
//===----------------------------------------------------------------------===//