X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=tools%2Flli%2FOrcLazyJIT.h;h=2f7a0199fef37e70ccfef7d2b33b61d9bf7cfd0d;hp=2919c082420d4d7dbdafa93d5407b6eb454a90cf;hb=fe8e55cbc0b7df0eca07c10e4b6b440c80ab6d13;hpb=f28da43112838aaf28c6da72c0a61da112cc81c8 diff --git a/tools/lli/OrcLazyJIT.h b/tools/lli/OrcLazyJIT.h index 2919c082420..2f7a0199fef 100644 --- a/tools/lli/OrcLazyJIT.h +++ b/tools/lli/OrcLazyJIT.h @@ -55,7 +55,7 @@ public: CompileLayer(ObjectLayer, orc::SimpleCompiler(*this->TM)), IRDumpLayer(CompileLayer, createDebugDumper()), CCMgr(BuildCallbackMgr(IRDumpLayer, CCMgrMemMgr, Context)), - CODLayer(IRDumpLayer, *CCMgr), + CODLayer(IRDumpLayer, *CCMgr, false), CXXRuntimeOverrides([this](const std::string &S) { return mangle(S); }) {} ~OrcLazyJIT() {