Skip to content

Commit 92250ec

Browse files
committed
[examples] Fix the SpeculativeJIT example for 85fb997.
1 parent 490a9a4 commit 92250ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class SpeculativeJIT {
102102
IndirectStubsManagerBuilderFunction ISMBuilder,
103103
std::unique_ptr<DynamicLibrarySearchGenerator> ProcessSymbolsGenerator)
104104
: ES(std::move(ES)), DL(std::move(DL)),
105-
MainJD(this->ES->createJITDylib("<main>")), LCTMgr(std::move(LCTMgr)),
105+
MainJD(this->ES->createBareJITDylib("<main>")), LCTMgr(std::move(LCTMgr)),
106106
CompileLayer(*this->ES, ObjLayer,
107107
std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
108108
S(Imps, *this->ES),

0 commit comments

Comments
 (0)