================ @@ -276,7 +276,7 @@ class ThinLTOCodeGenerator { void gatherImportedSummariesForModule( Module &Module, ModuleSummaryIndex &Index, std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex, - const lto::InputFile &File); + const lto::InputFile &File, GVSummaryPtrSet &DecSummaries); ---------------- jvoung wrote:
nit: consider keeping the outparams together (so DecSummaries next to ModuleToSummariesForIndex, and File after?) https://github.com/llvm/llvm-project/pull/88024 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits