[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / section-align-0.test
blob232d43a304cdae30c3c6e527d9ccb794307e480b
1 # RUN: yaml2obj %s -o %t
2 # RUN: ld.lld %t -o /dev/null
4 # Verify that lld can handle sections with an alignment of zero.
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     AddressAlign:    0
17 Symbols:
18   - Name:          _start
19     Section:       .text
20     Binding:       STB_GLOBAL