[PATCH] D72904: [ELF] Allow SHF_LINK_ORDER sections to have sh_link=0
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 01:07:54 PDT 2020
jhenderson added a comment.
Whilst the actual change seems fine, in that it does what it sets out to do, I believe, I'm struggling to follow why a SHF_LINK_ORDER section should have a sh_link of 0 at all. Surely the section should just then not have SHF_LINK_ORDER? What sections actually have sh_link=0 and SHF_LINK_ORDER?
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