[LLD][ELF] - Fix mips-invalid-options-descriptor.s test case and convert to YAML.
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 23 Apr 2019 11:19:51 +0000 (11:19 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 23 Apr 2019 11:19:51 +0000 (11:19 +0000)
commit6684a351ed430030fa39149d2c1610b9db8f97b4
tree902e8b5e37b1924e37ff24f091b40d318f5d5a00
parentd2e2e20de36871b281439793c78aabd2bb8eeff9
[LLD][ELF] - Fix mips-invalid-options-descriptor.s test case and convert to YAML.

It was initially introduced in D25229 to report the "zero option descriptor size"
error message. In following commits it was broken and did not report this
error anymore. I think that happened because elf object was a result of fuzzing
and it was broken in many ways.

This patch converts this test to a YAML, removes a binary and hence fixes the
original intention.

llvm-svn: 358972
lld/test/ELF/invalid/Inputs/mips-invalid-options-descriptor.elf [deleted file]
lld/test/ELF/invalid/mips-invalid-options-descriptor.s [deleted file]
lld/test/ELF/invalid/mips-invalid-options-descriptor.test [new file with mode: 0644]