diff options
| author | George Rimar <grimar@accesssoftek.com> | 2019-08-14 08:33:26 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2019-08-14 08:33:26 +0000 |
| commit | d4a99d87a20dae0507a95322fc903768f627185a (patch) | |
| tree | e1dbabaed556c88253db5a4bc75935b923ecf595 /llvm/test/Object | |
| parent | bb519c622a58e564924864ec5b213f9fcc69b853 (diff) | |
| download | bcm5719-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.elf | bin | 824 -> 0 bytes | |||
| -rw-r--r-- | llvm/test/Object/objdump-shndx.test | 8 |
2 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/Object/Inputs/shndx.elf b/llvm/test/Object/Inputs/shndx.elf Binary files differdeleted file mode 100644 index f1e0a3a8df7..00000000000 --- a/llvm/test/Object/Inputs/shndx.elf +++ /dev/null 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 |

