20 lines · plain
1# RUN: yaml2obj %s -o %t2# RUN: not ld.lld %t -o /dev/null 2>&1 | FileCheck %s3 4# CHECK: {{.*}}:(.merge): string is not null terminated5 6!ELF7FileHeader:8 Class: ELFCLASS649 Data: ELFDATA2LSB10 OSABI: ELFOSABI_FREEBSD11 Type: ET_REL12 Machine: EM_X86_6413Sections:14 - Type: SHT_PROGBITS15 Name: .merge16 Flags: [ SHF_ALLOC, SHF_MERGE, SHF_STRINGS ]17 AddressAlign: 0x0418 Content: "AABB"19 EntSize: 0x220