[PATCH] D72904: [ELF] Allow SHF_LINK_ORDER sections to have sh_link=0
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 12:59:02 PDT 2020
MaskRay added a comment.
@pcc @phosek PTAL.
@grimar @jhenderson @psmith: @pcc, @phosek and I discussed non-contiguous SHF_LINK_ORDER. An agreement among us is that we should just relax D77007 <https://reviews.llvm.org/D77007> further to allow non-contiguous SHF_LINK_ORDER.
I placed sh_link=0 sections after sh_link!=0 sections to match the Solaris behavior. (https://groups.google.com/forum/#!topic/generic-abi/hgx_m1aXqUo Ali does not seem to want a new section flag so a generic ELF ABI section flag seems a no-go)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72904/new/
https://reviews.llvm.org/D72904
More information about the llvm-commits
mailing list