Kaynağa Gözat

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

James Ring 1 yıl önce
ebeveyn
işleme
226bf22f9e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;