Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / invalid / entsize.yaml
bloba5fb7a90dca8d76e4990f97dccbdd9be94379496
1 ## Ignore invalid sh_entsize (sh_size%sh_entsize!=0) for non-SHF_MERGE sections.
2 ## GNU as before 2.35 had such a bug for .stab
3 ## https://sourceware.org/bugzilla/show_bug.cgi?id=25768
4 # RUN: yaml2obj %s -o %t.o
5 # RUN: ld.lld -e 0 --fatal-warnings %t.o -o /dev/null
7 !ELF
8 FileHeader:
9   Class:   ELFCLASS64
10   Data:    ELFDATA2LSB
11   Type:    ET_REL
12   Machine: EM_X86_64
13 Sections:
14   - Name:    .stab
15     Type:    SHT_PROGBITS
16     EntSize: 20
17     Size:    24