[obj2yaml] - Teach tool to dump program headers.
authorGeorgii Rymar <grimar@accesssoftek.com>
Mon, 17 Feb 2020 10:16:16 +0000 (13:16 +0300)
committerGeorgii Rymar <grimar@accesssoftek.com>
Tue, 31 Mar 2020 15:10:19 +0000 (18:10 +0300)
commitb3f13bc165754ba26b93524367521d39deb21073
tree5e9254b2f54c30f4eb65cd2de8ded1e207de0bb3
parent7e0e5fa499c79f34f694de3db69bbe4980ebe2b8
[obj2yaml] - Teach tool to dump program headers.

Currently obj2yaml does not dump program headers,
this patch teaches it to do that.

Differential revision: https://reviews.llvm.org/D75342
llvm/test/Object/obj2yaml.test
llvm/test/tools/obj2yaml/program-headers.yaml [new file with mode: 0644]
llvm/tools/obj2yaml/elf2yaml.cpp