mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-10 11:23:52 +00:00
[examples] Fix the SpeculativeJIT example for 85fb997659b.
This commit is contained in:
parent
490a9a4b77
commit
92250ec270
@ -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…
x
Reference in New Issue
Block a user