blob: dc6635c961234dbf5f7a5e2ea94b82ce81c4e59b [file] [log] [blame]
Fangrui Songb6772b82018-06-26 22:20:04 +00001// REQUIRES: x86
Rui Ueyama3ebc71e2016-08-03 05:28:02 +00002// Ensure that a mergeable string with size 0 does not cause any issue.
3
Rui Ueyama3ebc71e2016-08-03 05:28:02 +00004// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
Fangrui Song40a9f222018-07-02 17:48:23 +00005// RUN: ld.lld %t.o -o /dev/null
Rui Ueyama3ebc71e2016-08-03 05:28:02 +00006
7.globl _start, s
8.section .rodata.str1.1,"aMS",@progbits,1
9s:
10.text
11_start:
12 .quad s