]> granicus.if.org Git - llvm/commitdiff
The JIT is the default mode for LLI now
authorChris Lattner <sabre@nondot.org>
Mon, 12 May 2003 14:31:57 +0000 (14:31 +0000)
committerChris 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

index 6906465d710a643f05a39e47e27014fdb7234874..30b65997d67d89d18209458e408aa3e5f1157301 100644 (file)
@@ -32,7 +32,7 @@ namespace {
 
   cl::opt<bool> ForceInterpreter("force-interpreter",
                                 cl::desc("Force interpretation: disable JIT"),
-                                cl::init(true));
+                                cl::init(false));
 }
 
 //===----------------------------------------------------------------------===//