[PATCH] D86934: [llvm-readobj/elf] - Improve warning messages, reported for .stack_sizes sections.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 12:00:21 PDT 2020


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

.stack_sizes -> SHT_PROGBITS looks like information loss for me..... but the section index is an addition, and is potentially useful because an object file can have many .stack_sizes of the same name.


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

https://reviews.llvm.org/D86934



More information about the llvm-commits mailing list