[PATCH] D49716: ELF: Do not ICF SHF_LINK_ORDER sections.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 14:16:59 PDT 2018


pcc added a comment.

In https://reviews.llvm.org/D49716#1173198, @peter.smith wrote:

> I'm assuming that no merging of the code sections is done if the SHF_LINK_ORDER sections are different.


That's something that I think we should do (we do something equivalent in the COFF linker for Windows EH sections) but don't currently do. I'll file a bug about that.


https://reviews.llvm.org/D49716





More information about the llvm-commits mailing list