diff --git a/tools/lli/OrcLazyJIT.cpp b/tools/lli/OrcLazyJIT.cpp index 519bd72ccd4..8771a91be7d 100644 --- a/tools/lli/OrcLazyJIT.cpp +++ b/tools/lli/OrcLazyJIT.cpp @@ -50,7 +50,8 @@ OrcLazyJIT::createCallbackManagerBuilder(Triple T) { orc::OrcX86_64> CCMgrT; return [](IRDumpLayerT &IRDumpLayer, RuntimeDyld::MemoryManager &MemMgr, LLVMContext &Context) { - return make_unique(IRDumpLayer, MemMgr, Context, 0, 64); + return llvm::make_unique(IRDumpLayer, MemMgr, Context, 0, + 64); }; } }