We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f5fa4 commit 226bf22Copy full SHA for 226bf22
1 file changed
core/iwasm/compilation/aot_orc_extra.cpp
@@ -177,7 +177,7 @@ LLVMOrcLLLazyJITBuilderSetJITTargetMachineBuilder(
177
LLVMOrcDisposeJITTargetMachineBuilder(JTMP);
178
}
179
180
-static Optional<CompileOnDemandLayer::GlobalValueSet>
+static Optional<GlobalValueSet>
181
PartitionFunction(GlobalValueSet Requested)
182
{
183
std::vector<const GlobalValue *> GVsToAdd;
0 commit comments