[PATCH] D48472: [ELF] Change isSectionData to exclude SHF_EXECINSTR

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 22 21:58:03 PDT 2018


MaskRay added a comment.

I agree with jyknight on this.. "TEXT" "DATA" "BSS" add an unnecessary abstraction layer on top of SHT_PROGBITS SHF_EXECINSTR ... If we could start over, we should remove the abstraction and change the display.

Thankfully most of this usage is superseded by llvm-readelf . Chime in freebsd hackers as there is recently discussion on moving away from GNU binutils https://lists.freebsd.org/pipermail/freebsd-toolchain/2018-June/003809.html


Repository:
  rL LLVM

https://reviews.llvm.org/D48472





More information about the llvm-commits mailing list