]> granicus.if.org Git - llvm/commit
[obj2yaml] - Teach tool to dump SHT_NULL sections.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 5 Aug 2019 13:16:06 +0000 (13:16 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 5 Aug 2019 13:16:06 +0000 (13:16 +0000)
commit314523aeb47d66c4390e76aa078c1e52f4257d0c
tree958a3033be2bdb2ddde7a63efa1b049e7c496767
parented8791f244fbc131eefd98b5014645f7af688fee
[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