[PATCH] D33922: Apply summary-based dead stripping to regular LTO modules with summaries.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 17:16:37 PDT 2017


pcc marked 6 inline comments as done.
pcc added inline comments.


================
Comment at: llvm/include/llvm/IR/ModuleSummaryIndex.h:697
   /// Add a new module path with the given \p Hash, mapped to the given \p
   /// ModID, and return an iterator to the entry in the index.
+  Module *addModule(StringRef ModPath, uint64_t ModId,
----------------
pcc wrote:
> tejohnson wrote:
> > Update description of return value.
> Will do
Done (in D34124).


https://reviews.llvm.org/D33922





More information about the llvm-commits mailing list