[PATCH] D44377: [ELF] - Drop SHF_LINK_ORDER flag from the output.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 01:51:23 PDT 2018


grimar abandoned this revision.
grimar added a comment.

In https://reviews.llvm.org/D44377#1036266, @rafael wrote:

> Not sure this is worth it.
>
> Even having a section table on output files is technically optional. In
>  practice it is necessary for static linkers, but anything other than the
>  symbol table is there for the benefit of a human looking at the output.
>
> As such, SHF_LINK_ORDER has some meaning: The input sections had this
>  flag set. In my opinion it is OK to drop it or keep it, so we should do
>  whatever is simpler.
>
> Cheers,
> Rafael


Ok.


https://reviews.llvm.org/D44377





More information about the llvm-commits mailing list