[obj2yaml] - MIPS: move and improve testing of the e_flags
commit444ab1afeb2ad7e3a7afde2277e7ce531dbe5f19
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 7 Aug 2019 09:35:04 +0000 (7 09:35 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 7 Aug 2019 09:35:04 +0000 (7 09:35 +0000)
treefaf674f26215edca10fd00a5692078465e923179
parent0b2c2aa3adc5ff2e14cb267cd5728383ea55f5d0
[obj2yaml] - MIPS: move and improve testing of the e_flags

Mips/elf-flags.yaml and Mips/elf-abi.yaml are tests that intention was to
show that yaml2obj/obj2yaml are able to read/dump MIPS specific e_flags.

They were not complete, contained an excessive YAML parts and were placed
at a wrong location.

I removed them and created the obj2yaml/elf-mips-eflags.yaml instead.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368140 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/Mips/elf-abi.yaml [deleted file]
test/Object/Mips/elf-flags.yaml [deleted file]
test/tools/obj2yaml/elf-mips-eflags.yaml [new file with mode: 0644]