We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490a9a4 commit 92250ecCopy full SHA for 92250ec
llvm/examples/SpeculativeJIT/SpeculativeJIT.cpp
@@ -102,7 +102,7 @@ class SpeculativeJIT {
102
IndirectStubsManagerBuilderFunction ISMBuilder,
103
std::unique_ptr<DynamicLibrarySearchGenerator> ProcessSymbolsGenerator)
104
: ES(std::move(ES)), DL(std::move(DL)),
105
- MainJD(this->ES->createJITDylib("<main>")), LCTMgr(std::move(LCTMgr)),
+ MainJD(this->ES->createBareJITDylib("<main>")), LCTMgr(std::move(LCTMgr)),
106
CompileLayer(*this->ES, ObjLayer,
107
std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
108
S(Imps, *this->ES),
0 commit comments