summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2019-08-14 08:33:26 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2019-08-14 08:33:26 +0000
commitd4a99d87a20dae0507a95322fc903768f627185a (patch)
treee1dbabaed556c88253db5a4bc75935b923ecf595 /llvm/test/Object
parentbb519c622a58e564924864ec5b213f9fcc69b853 (diff)
downloadbcm5719-llvm-d4a99d87a20dae0507a95322fc903768f627185a.tar.gz
bcm5719-llvm-d4a99d87a20dae0507a95322fc903768f627185a.zip
[llvm-objdump] - Add a relocation-xindex-symbol.test test case.
This rewrites the exitent test case to use YAML instead of the precompiled object and moves it from test/Object to an appropriate llvm-objdump tests folder. Differential revision: https://reviews.llvm.org/D66140 llvm-svn: 368811
Diffstat (limited to 'llvm/test/Object')
-rw-r--r--llvm/test/Object/Inputs/shndx.elfbin824 -> 0 bytes
-rw-r--r--llvm/test/Object/objdump-shndx.test8
2 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/Object/Inputs/shndx.elf b/llvm/test/Object/Inputs/shndx.elf
deleted file mode 100644
index f1e0a3a8df7..00000000000
--- a/llvm/test/Object/Inputs/shndx.elf
+++ /dev/null
Binary files differ
diff --git a/llvm/test/Object/objdump-shndx.test b/llvm/test/Object/objdump-shndx.test
deleted file mode 100644
index f3691db9d60..00000000000
--- a/llvm/test/Object/objdump-shndx.test
+++ /dev/null
@@ -1,8 +0,0 @@
-RUN: llvm-objdump -r %p/Inputs/shndx.elf | FileCheck %s
-
-Test that llvm-objdump can handle shndx. The relocation points to a section
-symbol that has st_shndx == SHN_XINDEX. To print the section name llvm-objdump
-has to use the shndx section.
-
-CHECK: RELOCATION RECORDS FOR [.text]:
-CHECK-NEXT: 0000000000000000 R_X86_64_32 bar
OpenPOWER on IntegriCloud