Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / invalid / section-alignment2.s
blobc130bbbaa071fcd7af7302536c7b94bd8bc82123
1 # RUN: yaml2obj %s -o %t.o
2 # RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s
4 # CHECK: error: {{.*}}.o:(.text): sh_addralign is not a power of 2
6 !ELF
7 FileHeader:
8 Class: ELFCLASS64
9 Data: ELFDATA2LSB
10 Type: ET_REL
11 Machine: EM_X86_64
12 Sections:
13 - Name: .text
14 Type: SHT_PROGBITS
15 Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
16 AddressAlign: 0x3