[PATCH] D19351: ELF: Add initial ThinLTO support.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 14:32:11 PDT 2016


rafael added inline comments.

================
Comment at: ELF/LTO.cpp:75
@@ -70,2 +74,3 @@
   PMB.OptLevel = Config->LtoO;
+  PMB.ModuleSummary = Summary;
   PMB.populateLTOPassManager(LtoPasses);
----------------
This cause the new lld to depend on Linker::linkModules, which should really not happen.

Mehdi, you are working on having the function import pass use just the ir mover, correct? What is the next step in that?



http://reviews.llvm.org/D19351





More information about the llvm-commits mailing list