mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[examples] Fix the SpeculativeJIT example for 85fb997659b.
This commit is contained in:
parent
1f256edf28
commit
57e72ad661
@ -102,7 +102,7 @@ private:
|
||||
IndirectStubsManagerBuilderFunction ISMBuilder,
|
||||
std::unique_ptr<DynamicLibrarySearchGenerator> ProcessSymbolsGenerator)
|
||||
: ES(std::move(ES)), DL(std::move(DL)),
|
||||
MainJD(this->ES->createJITDylib("<main>")), LCTMgr(std::move(LCTMgr)),
|
||||
MainJD(this->ES->createBareJITDylib("<main>")), LCTMgr(std::move(LCTMgr)),
|
||||
CompileLayer(*this->ES, ObjLayer,
|
||||
std::make_unique<ConcurrentIRCompiler>(std::move(JTMB))),
|
||||
S(Imps, *this->ES),
|
||||
|
Loading…
Reference in New Issue
Block a user