9 lines · plain
1// REQUIRES: x862// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux3// RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s4// RUN: ld.lld %t.o -o /dev/null --noinhibit-exec 2>&1 | FileCheck %s5// CHECK: merge-writable.s.tmp.o:(.foo): writable SHF_MERGE section is not supported6 7.section .foo,"awM",@progbits,48.quad 09