Skip to content

Commit

Permalink
GlobalValueSet was moved to IRPartitionLayer recently, but we have a …
Browse files Browse the repository at this point in the history
…local definition anyway (#3899)
  • Loading branch information
sjamesr authored Nov 13, 2024
1 parent 75f5fa4 commit 226bf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/iwasm/compilation/aot_orc_extra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ LLVMOrcLLLazyJITBuilderSetJITTargetMachineBuilder(
LLVMOrcDisposeJITTargetMachineBuilder(JTMP);
}

static Optional<CompileOnDemandLayer::GlobalValueSet>
static Optional<GlobalValueSet>
PartitionFunction(GlobalValueSet Requested)
{
std::vector<const GlobalValue *> GVsToAdd;
Expand Down

0 comments on commit 226bf22

Please sign in to comment.