OSDN Git Service

[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)
commit45db4ee0fc2be6272020a21a1eb90b8078ecc7d3
tree82f271f49b54d5d8ee4ee0a4e66488bb18f1cf5e
parent8ec2d9151d99b289955c976c979be493e176192a
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320227 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
test/DebugInfo/Inputs/dwarfdump-str-offsets-dwp.x86_64.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-1.x86_64.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-2.x86_64.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-3.x86_64.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-4.x86_64.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-5.s [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-5.x86_64.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets-macho.o [deleted file]
test/DebugInfo/Inputs/dwarfdump-str-offsets.x86_64.o [deleted file]
test/DebugInfo/X86/dwarfdump-str-offsets-dwp.s [moved from test/DebugInfo/Inputs/dwarfdump-str-offsets-dwp.s with 80% similarity]
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-1.s [moved from test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-1.s with 75% similarity]
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-2.s [moved from test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-2.s with 76% similarity]
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-3.s [moved from test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-3.s with 87% similarity]
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-4.s [moved from test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-4.s with 80% similarity]
test/DebugInfo/X86/dwarfdump-str-offsets-invalid-5.s [new file with mode: 0644]
test/DebugInfo/X86/dwarfdump-str-offsets-macho.s [moved from test/DebugInfo/Inputs/dwarfdump-str-offsets-macho.s with 68% similarity]
test/DebugInfo/X86/dwarfdump-str-offsets.s [moved from test/DebugInfo/Inputs/dwarfdump-str-offsets.s with 70% similarity]
test/DebugInfo/dwarfdump-str-offsets-dwp.test [deleted file]
test/DebugInfo/dwarfdump-str-offsets-invalid.test [deleted file]
test/DebugInfo/dwarfdump-str-offsets.test [deleted file]