================
@@ -413,9 +420,9 @@ bool lto::opt(const Config &Conf, TargetMachine *TM,
unsigned Task, Module &Mod,
return !Conf.PostOptModuleHook || Conf.PostOptModuleHook(Task, Mod);
}
-static void codegen(const Config &Conf, TargetMachine *TM,
- AddStreamFn AddStream, unsigned Task, Module &Mod,
- const ModuleSummaryIndex &CombinedIndex) {
+static void startCodegen(const Config &Conf, TargetMachine *TM,
----------------
nikic wrote:
Why the rename?
https://github.com/llvm/llvm-project/pull/179509
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits