[PATCH] D27755: [ThinLTO] Thin link efficiency: More efficient export list computation

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 13:04:58 PST 2016


tejohnson added inline comments.


================
Comment at: lib/Transforms/IPO/FunctionImport.cpp:240
-/// this module. If it is a GlobalVariable, we also mark any referenced global
-/// in the current module as exported.
-static void exportGlobalInModule(const ModuleSummaryIndex &Index,
----------------
mehdi_amini wrote:
> This comment was out-of-date by the way, it made me think the change was not NFC at first.
Good point. Removed separately in r289871 to avoid confusion.


https://reviews.llvm.org/D27755





More information about the llvm-commits mailing list