brintos

brintos / llvm-project-archived public Read only

0
0
Text · 453 B · e013295 Raw
17 lines · plain
1# REQUIRES: x862# RUN: yaml2obj %s -o %t.o3# RUN: not ld.lld %t.o -o /dev/null --noinhibit-exec 2>&1 | FileCheck %s4# CHECK: invalid sh_link index: 123455 6--- !ELF7FileHeader:8  Class:           ELFCLASS649  Data:            ELFDATA2LSB10  Type:            ET_REL11  Machine:         EM_X86_6412Sections:13  - Name:          .linkorder14    Type:          SHT_PROGBITS15    Flags:         [ SHF_ALLOC, SHF_EXECINSTR, SHF_LINK_ORDER ]16    Link:          1234517