[SYCL] AST support for SYCL kernel entry point functions. (#122379)
[llvm-project.git] / lld / test / ELF / invalid / merge-writable.s
blob0c5fe92481da04aaa34e49d62d6fbf38488674d5
1 // REQUIRES: x86
2 // RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux
3 // RUN: not ld.lld %t.o -o /dev/null 2>&1 | FileCheck %s
4 // CHECK: merge-writable.s.tmp.o:(.foo): writable SHF_MERGE section is not supported
6 .section .foo,"awM",@progbits,4
7 .quad 0