]> granicus.if.org Git - llvm/commit
[llvm-readobj] - Convert gnu-sections.test to use YAML.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 3 Jun 2019 09:58:41 +0000 (09:58 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 3 Jun 2019 09:58:41 +0000 (09:58 +0000)
commit7812ee29302a8b7f37d288a4d00c1477d6ed4f35
tree0f0d5ff7faa409a5b1282eb0890d2ca343a0872c
parent181d5a222d2b948fc24982ee5e9a1bcb037313a9
[llvm-readobj] - Convert gnu-sections.test to use YAML.

gnu-sections.test currently use relocs.obj.elf-x86_64 and
relocs.obj.elf-i386 precompiled objects as an inputs.

These inputs actually initially were introduced to test the
dump of relocations and have almost nothing common with dumping
sections.

Patch converts the test to use yaml2obj. That allows to remove
relocs.obj.elf-i386 binary.
(relocs.obj.elf-x86_64 is still used by another test and can't be removed atm).

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362377 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/Inputs/relocs.obj.elf-i386 [deleted file]
test/tools/llvm-readobj/gnu-sections.test