brintos

brintos / llvm-project-archived public Read only

0
0
Text · 324 B · 85409ec Raw
12 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t.o4# RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s5 6# CHECK: error: a section .foo with SHF_LINK_ORDER should not refer a non-regular section: {{.*}}.o:(.merge)7 8.section .merge,"aM",@progbits,89.quad 010.section .foo,"ao",@progbits,.merge11.quad 012