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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 16:55:28 PDT 2016


joker.eph added a comment.

Just to clarify my position: ThinLTO needs some coupling with the linker on multiple aspects, if the interface is not clearly defined and the logic is not shared, it means that evolving the function importer requires to change each linker plugin implementation, duplicating the same logic, which is a no-go IMO (this is the current state of ThinLTO in LLVM with some logic unfortunately duplicated between ThinLTOCodeGenerator and the gold-plugin).


http://reviews.llvm.org/D19351





More information about the llvm-commits mailing list