[llvm] [ThinLTO] Populate declaration import status except for distributed ThinLTO (PR #88024)
Mingming Liu via llvm-commits
llvm-commits at lists.llvm.org
Fri May 10 17:10:12 PDT 2024
================
@@ -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);
----------------
minglotus-6 wrote:
This makes sense. I'll do this in https://github.com/llvm/llvm-project/pull/87600 mostly because this patch doesn't use `DecSummaries`.
https://github.com/llvm/llvm-project/pull/88024
More information about the llvm-commits
mailing list