[PATCH] D38319: [ELF] - Teach ICF to take FDEs into account when doing code folding.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 14 01:17:11 PST 2017
ruiu added a comment.
I don't think I want to add this much complexity to the linker to solve the problem that we need to split section contents that the compiler merged for no obvious reason. We should instead make the compiler not to merge sections in the first place. Thus the proposal.
https://reviews.llvm.org/D38319
More information about the llvm-commits
mailing list