1 ## Check llvm-objdump -h can handle ELF files without section info.
2 ## Only PT_LOAD segments with the PF_X flag will be displayed as fake sections.
4 # RUN: yaml2obj %s -o %t
5 # RUN: llvm-objdump -h %t | FileCheck %s
8 # CHECK-NEXT: Idx Name Size VMA Type
9 # CHECK-NEXT: 0 PT_LOAD#1 00000100 0000000000400000 TEXT
10 # CHECK-NEXT: 1 PT_LOAD#3 00000200 0000000000600400 TEXT
20 - Type: SectionHeaderTable