[llvm] [ThinLTO][BitcodeWriter] Write import type in per-module combined summary (PR #87600)

Jan Voung via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 07:52:36 PDT 2024


================
@@ -428,6 +428,10 @@ class IndexBitcodeWriter : public BitcodeWriterBase {
   /// The combined index to write to bitcode.
   const ModuleSummaryIndex &Index;
 
+  /// For each module, provides the set of global value summaries for which the
----------------
jvoung wrote:

nit: maybe indicate "When writing a subset of the index" also?

https://github.com/llvm/llvm-project/pull/87600


More information about the llvm-commits mailing list