diff options
author | George Rimar <grimar@accesssoftek.com> | 2019-04-23 13:27:54 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2019-04-23 13:27:54 +0000 |
commit | 95203efc1ace6090da1b91af6d734d69fce742fd (patch) | |
tree | e9ee34f40a8b333d0641ee5bf7e564635f6ec2ab /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | 06ff5eae5b45689a1dccfda5a1013bdc403eea34 (diff) | |
download | llvm-95203efc1ace6090da1b91af6d734d69fce742fd.zip llvm-95203efc1ace6090da1b91af6d734d69fce742fd.tar.gz llvm-95203efc1ace6090da1b91af6d734d69fce742fd.tar.bz2 |
[LLD][ELF] - Remove file-class.a binary from inputs and improve the test case.
file-class.a was used to diagnose the "corrupted ELF file: invalid file class"
error when the object was fetched from the archive.
file-class.a contained an object of 16 bytes size. I replaced it with
an echo call (because it is impossible to use yaml2obj for that, and I am
not sure it is worth to support), and also increased its size to 18 bytes.
That allowed to also test a case when such object is a regular input and not an
archive member (we have a bit different logic for these cases).
llvm-svn: 358985
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions