[PATCH] D33922: Apply summary-based dead stripping to regular LTO modules with summaries.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 14:08:12 PDT 2017
eugenis added inline comments.
================
Comment at: llvm/lib/LTO/LTO.cpp:474
+
+static bool IsLiveByGUID(const ModuleSummaryIndex &Index,
+ GlobalValue::GUID GUID) {
----------------
Move this to ModuleSummaryIndex? I'm adding the same helper function to LowerTypeTests in D34168.
https://reviews.llvm.org/D33922
More information about the llvm-commits
mailing list