Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-readobj / ELF / gnu-section-mapping-no-phdrs.test
blob6230fc4cf85c2cfc7e6eef33424779695008b329
1 ## Test the behaviour of --section-mapping when there are no program headers in an object.
2 # RUN: yaml2obj %s -o %t
3 # RUN: llvm-readelf --section-mapping %t | FileCheck %s --strict-whitespace --match-full-lines
5 #      CHECK: Section to Segment mapping:
6 # CHECK-NEXT:  Segment Sections...
7 # CHECK-NEXT:   None   .foo .strtab .shstrtab 
8 #  CHECK-NOT:{{.}}
10 --- !ELF
11 FileHeader:
12   Class: ELFCLASS32
13   Data:  ELFDATA2LSB
14   Type:  ET_DYN
15 Sections:
16   - Name: .foo
17     Type: SHT_PROGBITS