repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lld
/
test
/
ELF
/
merge-string-empty.s
blob
dc6635c961234dbf5f7a5e2ea94b82ce81c4e59b
1
//
REQUIRES
:
x86
2
//
Ensure that
a
mergeable string with size
0
does
not
cause any issue.
3
4
//
RUN
:
llvm-mc
-
filetype
=
obj
-
triple
=
x86_64-pc-linux
%
s
-
o
%
t.o
5
//
RUN
:
ld.lld
%
t.o
-
o
/
dev
/
null
6
7
.globl _start, s
8
.section .rodata.str1.1,
"aMS"
,@progbits,1
9
s
:
10
.text
11
_start
:
12
.quad s