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

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 12:28:43 PST 2016


pcc added inline comments.


================
Comment at: include/llvm/LTO/LTO.h:389
+    /// Keep track if the symbol was referenced by the regular LTO partition.
+    bool VisibleToRegularLTOPartition = false;
+
----------------
Don't you just need one flag: VisibleOutsideThinLTO (or something).


https://reviews.llvm.org/D23488





More information about the llvm-commits mailing list