================
@@ -833,9 +833,14 @@ void ThinLTOCodeGenerator::emitImports(Module &TheModule, 
StringRef OutputName,
                            ExportLists);
 
   std::map<std::string, GVSummaryMapTy> ModuleToSummariesForIndex;
+  // 'EmitImportsFiles' emits the list of modules from which to import from, 
and
+  // the set of keys in `ModuleToSummariesForIndex` should be a superset of 
keys
+  // in `ModuleToDecSummaries`, so no need to use `ModuleToDecSummaries` in
----------------
jvoung wrote:

nit: update DecSummaries in comment

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

Reply via email to