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