Просмотр исходного кода

GlobalValueSet was moved to IRPartitionLayer recently, but we have a local definition anyway (#3899)

James Ring 1 год назад
Родитель
Сommit
226bf22f9e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/iwasm/compilation/aot_orc_extra.cpp

+ 1 - 1
core/iwasm/compilation/aot_orc_extra.cpp

@@ -177,7 +177,7 @@ LLVMOrcLLLazyJITBuilderSetJITTargetMachineBuilder(
     LLVMOrcDisposeJITTargetMachineBuilder(JTMP);
 }
 
-static Optional<CompileOnDemandLayer::GlobalValueSet>
+static Optional<GlobalValueSet>
 PartitionFunction(GlobalValueSet Requested)
 {
     std::vector<const GlobalValue *> GVsToAdd;