[obj2yaml] - Teach tool to dump SHT_NULL sections.
commit4e173f87a1ba1ed4b6cc1f1dfd4f0754c8760db2
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 5 Aug 2019 13:16:06 +0000 (5 13:16 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 5 Aug 2019 13:16:06 +0000 (5 13:16 +0000)
tree958a3033be2bdb2ddde7a63efa1b049e7c496767
parent44d5dc8f2655ece2d524a42a2eab684dffcf424d
[obj2yaml] - Teach tool to dump SHT_NULL sections.

Recently an advanced support of SHT_NULL sections
was implemented in yaml2obj.

This patch adds a corresponding support to obj2yaml.

Differential revision: https://reviews.llvm.org/D65215

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367852 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/obj2yaml/elf-null-section.yaml [new file with mode: 0644]
tools/obj2yaml/elf2yaml.cpp