• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1RUN: llvm-objdump -r %p/Inputs/shndx.elf | FileCheck %s
2
3Test that llvm-objdump can handle shndx. The relocation points to a section
4symbol that has st_shndx == SHN_XINDEX. To print the section name llvm-objdump
5has to use the shndx section.
6
7CHECK:      RELOCATION RECORDS FOR [.rela.text]:
8CHECK-NEXT: 0000000000000000 R_X86_64_32 bar+0
9