[PATCH] D76282: [obj2yaml] - SHT_REL*, SHT_DYNAMIC sections: add tests to document the behavior when sh_entsize is broken.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 17 07:25:10 PDT 2020


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
grimar edited the summary of this revision.
grimar added a parent revision: D76281: [obj2yaml] - Stop dumping an empty sh_info field for SHT_RELA/SHT_REL sections..

We do not have tests that shows the current behavior.
It is useful for D76227 <https://reviews.llvm.org/D76227> which changes the logic of dumping of `EntSize` fields.

Depends on D76281 <https://reviews.llvm.org/D76281>


https://reviews.llvm.org/D76282

Files:
  llvm/test/tools/obj2yaml/dynamic-section.test
  llvm/test/tools/obj2yaml/rel-rela-section.yaml
  llvm/test/tools/obj2yaml/relr-section.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76282.250758.patch
Type: text/x-patch
Size: 7972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200317/31079467/attachment.bin>


More information about the llvm-commits mailing list