Skip to content

Commit 226bf22

Browse files
authored
GlobalValueSet was moved to IRPartitionLayer recently, but we have a local definition anyway (#3899)
1 parent 75f5fa4 commit 226bf22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/compilation/aot_orc_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ LLVMOrcLLLazyJITBuilderSetJITTargetMachineBuilder(
177177
LLVMOrcDisposeJITTargetMachineBuilder(JTMP);
178178
}
179179

180-
static Optional<CompileOnDemandLayer::GlobalValueSet>
180+
static Optional<GlobalValueSet>
181181
PartitionFunction(GlobalValueSet Requested)
182182
{
183183
std::vector<const GlobalValue *> GVsToAdd;

0 commit comments

Comments
 (0)