[NFC] Change the string offsets table tests to generate the object on the fly
authorWolfgang Pieb <Wolfgang.Pieb@sony.com>
Sat, 9 Dec 2017 00:39:53 +0000 (00:39 +0000)
committerWolfgang Pieb <Wolfgang.Pieb@sony.com>
Sat, 9 Dec 2017 00:39:53 +0000 (00:39 +0000)
commit8b1a175be62eafd73f9fdc33d382030d1fab8695
tree01aa53ef4ca1961bc9ac7fbaf8ceaedb6d29c7cc
parent79a8c282e3f3aa18ff5f7fad9a16a9ec526786dc
[NFC] Change the string offsets table tests to generate the object on the fly
which enables us to remove the test scripts and object files from the repository.

https://reviews.llvm.org/D40914

llvm-svn: 320227
27 files changed:
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-dwp.s [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-dwp.x86_64.o [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-1.s [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-1.x86_64.o [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-2.s [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-2.x86_64.o [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-3.s [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-3.x86_64.o [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-4.s [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-4.x86_64.o [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-5.s [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-5.x86_64.o [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-macho.o [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-macho.s [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets.s [deleted file]
llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets.x86_64.o [deleted file]
llvm/test/DebugInfo/X86/dwarfdump-str-offsets-dwp.s [new file with mode: 0644]
llvm/test/DebugInfo/X86/dwarfdump-str-offsets-invalid-1.s [new file with mode: 0644]
llvm/test/DebugInfo/X86/dwarfdump-str-offsets-invalid-2.s [new file with mode: 0644]
llvm/test/DebugInfo/X86/dwarfdump-str-offsets-invalid-3.s [new file with mode: 0644]
llvm/test/DebugInfo/X86/dwarfdump-str-offsets-invalid-4.s [new file with mode: 0644]
llvm/test/DebugInfo/X86/dwarfdump-str-offsets-invalid-5.s [new file with mode: 0644]
llvm/test/DebugInfo/X86/dwarfdump-str-offsets-macho.s [new file with mode: 0644]
llvm/test/DebugInfo/X86/dwarfdump-str-offsets.s [new file with mode: 0644]
llvm/test/DebugInfo/dwarfdump-str-offsets-dwp.test [deleted file]
llvm/test/DebugInfo/dwarfdump-str-offsets-invalid.test [deleted file]
llvm/test/DebugInfo/dwarfdump-str-offsets.test [deleted file]