[PATCH] D76425: [llvm-readobj] Allow syms from all sections to match stack size entries

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 19 13:09:20 PDT 2020


MaskRay added a comment.

> However, in the event that there are multiple sections, the sh_link field cannot be respected, as it only indicates one of those sections (LLD sets the value to the first such section but see D76410 <https://reviews.llvm.org/D76410> for a possible solution).

In the presence of an output section description combining SHF_LINK_ORDER sections linking different output sections, this cannot be respected. A linker script section pattern is "by name" by nature.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76425





More information about the llvm-commits mailing list