Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lld / test / ELF / merge-string-empty.s
blobdc6635c961234dbf5f7a5e2ea94b82ce81c4e59b
1 // REQUIRES: x86
2 // Ensure that a mergeable string with size 0 does not cause any issue.
4 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
5 // RUN: ld.lld %t.o -o /dev/null
7 .globl _start, s
8 .section .rodata.str1.1,"aMS",@progbits,1
9 s:
10 .text
11 _start:
12 .quad s