[PATCH] D37736: [ELF] - Do not spread specific flags when emiting output sections.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 02:58:49 PDT 2017


grimar added a comment.

Ah, I understand my mistake now. I assumed we should keep SHF_LINK_ORDER in output, but probably there is no reasons for that,
as it should only be used by static linker, so we can drop it, just like you suggested. Please ignore my previous comment then.


https://reviews.llvm.org/D37736





More information about the llvm-commits mailing list