1RUN: 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) 11