================
@@ -675,7 +680,7 @@ Error lto::thinBackend(const Config &Conf, unsigned Task,
AddStreamFn AddStream,
if (IRAddStream)
cgdata::saveModuleForTwoRounds(Mod, Task, IRAddStream);
- codegen(Conf, TM, AddStream, Task, Mod, CombinedIndex);
+ ::codegen(Conf, TM, AddStream, Task, Mod, CombinedIndex);
----------------
MaskRay wrote:
unneeded `::`
https://github.com/llvm/llvm-project/pull/179509
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits