================
@@ -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,
----------------
ilovepi wrote:
After including `llvm/CodeGen/CommandFlags.h` the name was ambiguous, so I
renamed it. TBH I had meant to revisit the rename, but I forgot. I'll see if I
can resolve it w/ a namepace or other standard mechanism.
https://github.com/llvm/llvm-project/pull/179509
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits