[PATCH] D77805: [obj2yaml] - Teach obj2yaml to dump SHT_NOBITS sections when dumping program headers.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 09:13:09 PDT 2020


MaskRay added a comment.

I feel that the dependency can be reversed, i.e. D77652 <https://reviews.llvm.org/D77652> will depend on D77805 <https://reviews.llvm.org/D77805>.

Using file offsets for SHT_NOBITS is the only way. For an empty SHT_PROGBITS, we need to discuss several malformed cases. It is less clear what we should do.


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

https://reviews.llvm.org/D77805





More information about the llvm-commits mailing list