mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +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);
|
LLVMOrcDisposeJITTargetMachineBuilder(JTMP);
|
||||||
}
|
}
|
||||||
|
|
||||||
static Optional<CompileOnDemandLayer::GlobalValueSet>
|
static Optional<GlobalValueSet>
|
||||||
PartitionFunction(GlobalValueSet Requested)
|
PartitionFunction(GlobalValueSet Requested)
|
||||||
{
|
{
|
||||||
std::vector<const GlobalValue *> GVsToAdd;
|
std::vector<const GlobalValue *> GVsToAdd;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user