brintos

brintos / llvm-project-archived public Read only

0
0
Text · 440 B · 232d43a Raw
21 lines · plain
1# RUN: yaml2obj %s -o %t2# RUN: ld.lld %t -o /dev/null3 4# Verify that lld can handle sections with an alignment of zero.5 6!ELF7FileHeader:8  Class:           ELFCLASS649  Data:            ELFDATA2LSB10  Type:            ET_REL11  Machine:         EM_X86_6412Sections:13  - Name:            .text14    Type:            SHT_PROGBITS15    AddressAlign:    016 17Symbols:18  - Name:          _start19    Section:       .text20    Binding:       STB_GLOBAL21