[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
Fri Sep 22 03:37:45 PDT 2017


grimar added a comment.

In https://reviews.llvm.org/D37736#872819, @ruiu wrote:

> This is not in a right direction because of the same reason as I wrote before. There are basic rules here:
>
> - output section flags are essentially the same as input sections' flags, and
> - to make it possible, drop an unwanted flag after we read it.
>
>   I do not have time to point out all the location you need to update to satisfy the above rules, but can you please try to drop SHF_LINK_ORDER earlier? I'd take more time for each patch.


I prepared a patch that drops SHF_LINK_ORDER flag, it is https://reviews.llvm.org/D38170.


https://reviews.llvm.org/D37736





More information about the llvm-commits mailing list