[llvm-objcopy] - Stop using Inputs/alloc-symtab.o
commit89db5667cf49bfbf31fba124890ac03ebfd8494d
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 30 Jul 2019 13:37:02 +0000 (30 13:37 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 30 Jul 2019 13:37:02 +0000 (30 13:37 +0000)
tree294a7ed0487d7cec044f94195f3bb823cf57f960
parent4db09abbaacf4dc6c01b5f82a25b74de4101291f
[llvm-objcopy] - Stop using Inputs/alloc-symtab.o

Initially Inputs/alloc-symtab.o was added in D42222.
It contains an allocatable .symtab section. Today
we are able to create such sections using yaml2obj.

Later people started using this input for no solid reason in their tests.
Now multiple of tests are using it.
(And those tests do not need such a specific case actually).

In this patch I removed this binary and rewrote the few tests.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367310 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objcopy/ELF/Inputs/alloc-symtab.o [deleted file]
test/tools/llvm-objcopy/ELF/binary-out-error.test
test/tools/llvm-objcopy/ELF/invalid-preserve-dates.test
test/tools/llvm-objcopy/ELF/standard-streams.test
test/tools/llvm-objcopy/ELF/strict-no-add.test