[ARM] MVE big endian bitcasts
[llvm-complete.git] / test / tools / llvm-readobj / elf-wrong-shstrtab-type.test
blobce7fec67c0ba49e1a5778884829be7a2c3c3eb42
1 ## Check we do not fail to dump the section headers when
2 ## a .shstrtab section does not have a SHT_STRTAB type.
4 # RUN: yaml2obj %s -o %t1
5 # RUN: llvm-readobj -S %t1 | FileCheck %s --check-prefix LLVM
6 # RUN: llvm-readelf -S %t1 | FileCheck %s --check-prefix GNU
8 # LLVM:      Name: .shstrtab
9 # LLVM-NEXT: Type: SHT_PROGBITS
11 # GNU: [Nr] Name      Type
12 # GNU: [ 1] .shstrtab PROGBITS
14 --- !ELF
15 FileHeader:
16   Class:   ELFCLASS64
17   Data:    ELFDATA2LSB
18   Type:    ET_DYN
19   Machine: EM_X86_64
20 Sections:
21   - Name: .shstrtab
22     Type: SHT_PROGBITS