zig/deps/lld/test/ELF/section-align-0.test
2018-08-04 17:47:16 -04:00

21 lines
428 B
Plaintext

# RUN: yaml2obj %s -o %t
# RUN: ld.lld %t -o /dev/null
# Verify that lld can handle sections with an alignment of zero.
!ELF
FileHeader:
Class: ELFCLASS64
Data: ELFDATA2LSB
Type: ET_REL
Machine: EM_X86_64
Sections:
- Name: .text
Type: SHT_PROGBITS
AddressAlign: 0
Symbols:
Global:
- Name: _start
Section: .text