[llvm] Reland "[ThinLTO][Bitcode] Generate import type in bitcode" (PR #97253)
Jan Voung via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 13:05:38 PDT 2024
================
@@ -453,11 +458,16 @@ class IndexBitcodeWriter : public BitcodeWriterBase {
/// Constructs a IndexBitcodeWriter object for the given combined index,
/// writing to the provided \p Buffer. When writing a subset of the index
/// for a distributed backend, provide a \p ModuleToSummariesForIndex map.
+ /// If provided, \p ModuleToDecSummaries specifies the set of summaries for
----------------
jvoung wrote:
nit: DecSummaries?
https://github.com/llvm/llvm-project/pull/97253
More information about the llvm-commits
mailing list