[PATCH] D23488: ThinLTO: add early "dead-stripping" on the Index

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 20:58:33 PDT 2016


tejohnson added a comment.

Unfortunately the spec linking failures were with the fix to VisibleInRegularObj, so will still need to dig into those.


================
Comment at: lib/LTO/LTO.cpp:673
@@ -661,3 +672,3 @@
 
   std::set<GlobalValue::GUID> ExportedGUIDs;
   for (auto &Res : GlobalResolutions) {
----------------
Think this is dead now.


https://reviews.llvm.org/D23488





More information about the llvm-commits mailing list