summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/ObjectFile/ELF/Inputs
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-10-09 17:35:43 +0000
committerAdrian Prantl <aprantl@apple.com>2019-10-09 17:35:43 +0000
commit0115c10328281567391855766fef8fbe57a1d4cc (patch)
treef5c3232c37e50caaf5a2043e22fcebccee668bdd /lldb/test/Shell/ObjectFile/ELF/Inputs
parent44e988ab14cb387eddfeacd1493792a6aa6aee81 (diff)
downloadbcm5719-llvm-0115c10328281567391855766fef8fbe57a1d4cc.tar.gz
bcm5719-llvm-0115c10328281567391855766fef8fbe57a1d4cc.zip
Revert [test] Split LLDB tests into API, Shell & Unit
as it appears to have broken check-lldb. This reverts r374184 (git commit 22314179f0660c172514b397060fd8f34b586e82) llvm-svn: 374187
Diffstat (limited to 'lldb/test/Shell/ObjectFile/ELF/Inputs')
-rw-r--r--lldb/test/Shell/ObjectFile/ELF/Inputs/PT_LOAD-overlap-section.elfbin402 -> 0 bytes
-rw-r--r--lldb/test/Shell/ObjectFile/ELF/Inputs/minidebuginfo-main.c12
-rw-r--r--lldb/test/Shell/ObjectFile/ELF/Inputs/netbsd-amd64.corebin22776 -> 0 bytes
3 files changed, 0 insertions, 12 deletions
diff --git a/lldb/test/Shell/ObjectFile/ELF/Inputs/PT_LOAD-overlap-section.elf b/lldb/test/Shell/ObjectFile/ELF/Inputs/PT_LOAD-overlap-section.elf
deleted file mode 100644
index d5fd2d1fa91..00000000000
--- a/lldb/test/Shell/ObjectFile/ELF/Inputs/PT_LOAD-overlap-section.elf
+++ /dev/null
Binary files differ
diff --git a/lldb/test/Shell/ObjectFile/ELF/Inputs/minidebuginfo-main.c b/lldb/test/Shell/ObjectFile/ELF/Inputs/minidebuginfo-main.c
deleted file mode 100644
index 8f11dafece6..00000000000
--- a/lldb/test/Shell/ObjectFile/ELF/Inputs/minidebuginfo-main.c
+++ /dev/null
@@ -1,12 +0,0 @@
-// This function will be embedded within the .symtab section of the
-// .gnu_debugdata section.
-int multiplyByFour(int num) { return num * 4; }
-
-// This function will be embedded within the .dynsym section of the main binary.
-int multiplyByThree(int num) { return num * 3; }
-
-int main(int argc, char *argv[]) {
- int x = multiplyByThree(argc);
- int y = multiplyByFour(x);
- return y;
-}
diff --git a/lldb/test/Shell/ObjectFile/ELF/Inputs/netbsd-amd64.core b/lldb/test/Shell/ObjectFile/ELF/Inputs/netbsd-amd64.core
deleted file mode 100644
index bf647fdd792..00000000000
--- a/lldb/test/Shell/ObjectFile/ELF/Inputs/netbsd-amd64.core
+++ /dev/null
Binary files differ
OpenPOWER on IntegriCloud