mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 19:32:35 +00:00
Fix clang-interpreter build after 2487db1f28
This commit is contained in:
parent
bd17ced1db
commit
b4c0307d59
@ -66,7 +66,8 @@ private:
|
||||
SimpleJIT(
|
||||
std::unique_ptr<TargetMachine> TM, DataLayout DL,
|
||||
std::unique_ptr<DynamicLibrarySearchGenerator> ProcessSymbolsGenerator)
|
||||
: TM(std::move(TM)), DL(std::move(DL)) {
|
||||
: ES(cantFail(SelfExecutorProcessControl::Create())), TM(std::move(TM)),
|
||||
DL(std::move(DL)) {
|
||||
llvm::sys::DynamicLibrary::LoadLibraryPermanently(nullptr);
|
||||
MainJD.addGenerator(std::move(ProcessSymbolsGenerator));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user