diff options
Diffstat (limited to 'test/Object/objdump-shndx.test')
| -rw-r--r-- | test/Object/objdump-shndx.test | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Object/objdump-shndx.test b/test/Object/objdump-shndx.test new file mode 100644 index 0000000000000..dcdb3c2f0931e --- /dev/null +++ b/test/Object/objdump-shndx.test @@ -0,0 +1,8 @@ +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 [.rela.text]: +CHECK-NEXT: 0000000000000000 R_X86_64_32 bar+0 |
