1# REQUIRES: x86 2 3## Test that the .L symbol in a SHF_MERGE section is omitted. 4 5# RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t.o 6# RUN: ld.lld %t.o -o %t 7# RUN: llvm-readelf -s %t | FileCheck /dev/null --implicit-check-not=.L.str 8 9lea .L.str(%rip), %rdi 10lea local(%rip), %rdi 11 12.section .rodata.str1.1,"aMS",@progbits,1 13.L.str: 14local: 15