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
  • Loading branch information
sjamesr committed Nov 9, 2024
1 parent bf78863 commit 21cd5d3
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 21cd5d3

Please sign in to comment.