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

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 19:12:35 PDT 2016


rafael added a comment.

Sorry, but I think it is a bit too early for this.

There are just too many moving parts right now both in lld and thin lto. Even regular LTO is not complete. We are still not internalizing when producing .so files and not all tests pass on a clang bootstrap.

I still need to finish refactoring how we handle relocations and recover the performance hit we took when handling debug sections.

Can you put this on hold for 2 weeks?


http://reviews.llvm.org/D19351





More information about the llvm-commits mailing list