mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 07:21:54 +00:00
GlobalValueSet was moved to IRPartitionLayer recently, but we have a local definition anyway (#3899)
This commit is contained in:
parent
75f5fa46ab
commit
226bf22f9e
|
@ -177,7 +177,7 @@ LLVMOrcLLLazyJITBuilderSetJITTargetMachineBuilder(
|
|||
LLVMOrcDisposeJITTargetMachineBuilder(JTMP);
|
||||
}
|
||||
|
||||
static Optional<CompileOnDemandLayer::GlobalValueSet>
|
||||
static Optional<GlobalValueSet>
|
||||
PartitionFunction(GlobalValueSet Requested)
|
||||
{
|
||||
std::vector<const GlobalValue *> GVsToAdd;
|
||||
|
|
Loading…
Reference in New Issue
Block a user