Reinstate "Nuke the old JIT."
[oota-llvm.git] / unittests / ExecutionEngine / MCJIT / MCJITTestBase.h
index 1a365793a5cdcd2df5907075227ca64da89c4329..bc44418003cf3475133dc8198771a271488915d6 100644 (file)
@@ -316,11 +316,9 @@ protected:
     EngineBuilder EB(std::move(M));
     std::string Error;
     TheJIT.reset(EB.setEngineKind(EngineKind::JIT)
-                 .setUseMCJIT(true) /* can this be folded into the EngineKind enum? */
                  .setMCJITMemoryManager(MM)
                  .setErrorStr(&Error)
                  .setOptLevel(CodeGenOpt::None)
-                 .setAllocateGVsWithCode(false) /*does this do anything?*/
                  .setCodeModel(CodeModel::JITDefault)
                  .setRelocationModel(Reloc::Default)
                  .setMArch(MArch)