brintos

brintos / llvm-project-archived public Read only

0
0
Text · 531 B · 564ed44 Raw
22 lines · plain
1# REQUIRES: x862 3# RUN: yaml2obj %s -o %t.o4 5# Test that we accept a zero sh_entsize for SHF_MERGE section.6# RUN: ld.lld %t.o -o %t.exe7 8!ELF9FileHeader:10  Class:           ELFCLASS6411  Data:            ELFDATA2LSB12  OSABI:           ELFOSABI_FREEBSD13  Type:            ET_REL14  Machine:         EM_X86_6415Sections:16  - Type:            SHT_PROGBITS17    Name:            .strings18    Flags:           [ SHF_ALLOC, SHF_MERGE, SHF_STRINGS ]19    AddressAlign:    0x0420    Content:         "FFFFFFFFFFFFFFFF"21    EntSize:         0x022