[PATCH] D28978: [ThinLTO] Add an auto-hide feature

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 10:45:53 PST 2017


mehdi_amini added inline comments.


================
Comment at: llvm/include/llvm/LTO/LTO.h:60
+enum SummaryResolution { Internal, Hidden, Exported };
+
 /// Update the linkages in the given \p Index to mark exported values
----------------
This is a good starting point to understand this patch.



https://reviews.llvm.org/D28978





More information about the llvm-commits mailing list