blob: 1f449328cabc7783ed45fe8de244e7efb1274e6d [file] [log] [blame]
Michael J. Spencer3f6881e2015-07-21 21:40:33 +00001RUN: llvm-readobj %p/Inputs/no-section-header-string-table.elf-x86-64 --sections \
2RUN: | FileCheck %s
3
4CHECK: Type: SHT_PROGBITS (0x1)
5CHECK: Type: SHT_PROGBITS (0x1)
6CHECK: Type: SHT_PROGBITS (0x1)
7CHECK: Type: SHT_RELA (0x4)
8CHECK: Type: SHT_SYMTAB (0x2)
9CHECK: Type: SHT_STRTAB (0x3)
10CHECK: Type: SHT_STRTAB (0x3)