https://sourceware.org/bugzilla/show_bug.cgi?id=26256
--- Comment #11 from Fangrui Song <i at maskray dot me> --- About -r & SHF_LINK_ORDER. The LLD resolution is that SHF_LINK_ORDER sections of the same name should not be combined. https://github.com/llvm/llvm-project/blob/main/lld/test/ELF/linkerscript/linkorder-linked-to.s demonstrates the behavior. The idea is that the final link decides the section order. A -r link should not make an early decision (original patch is https://reviews.llvm.org/D68094) -- You are receiving this mail because: You are on the CC list for the bug.