[PATCH] D76410: [ELF] Don't combine SHF_LINK_ORDER sections linking different output sections

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 19 04:17:20 PDT 2020


jhenderson added a comment.

I've created D76425 <https://reviews.llvm.org/D76425> to remove the check in llvm-readobj for fully linked output. This would work as an alternative to this linker change, to fix the PR (although there is one minor caveat - see the bug comment/that review), but I don't think this linker change hurts still. The llvm-readobj patch solves the issue for the case where stack_sizes sections have all been concatenated together via linker script.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76410/new/

https://reviews.llvm.org/D76410





More information about the llvm-commits mailing list