[PATCH] D26076: [ThinLTO] Correctly resolve linkonce when importing aliasee

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 12:23:31 PDT 2016


mehdi_amini added inline comments.


================
Comment at: lib/LTO/LTO.cpp:123
 
 static void thinLTOResolveWeakForLinkerGUID(
     GlobalValueSummaryList &GVSummaryList, GlobalValue::GUID GUID,
----------------
It is not clear to me right now why is it part of this stage. Conceptually it seems that you are solving a "promotion" issue, and not a "weak resolution" thing.


https://reviews.llvm.org/D26076





More information about the llvm-commits mailing list