]> granicus.if.org Git - llvm/commit
[llvm-objcopy] - Stop using Inputs/alloc-symtab.o
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 30 Jul 2019 13:37:02 +0000 (13:37 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 30 Jul 2019 13:37:02 +0000 (13:37 +0000)
commit9c7474db0a2715cb3586d996a8227b50eb838902
tree294a7ed0487d7cec044f94195f3bb823cf57f960
parent4f4183eff5023e2ecfc5f70f7b35925bf145a074
[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