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

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 11:40:24 PST 2016


mehdi_amini 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,
----------------
This comment was out-of-date by the way, it made me think the change was not NFC at first.


https://reviews.llvm.org/D27755





More information about the llvm-commits mailing list