xref
: /
external
/
llvm-project
/
lld
/
test
/
ELF
/
Inputs
/
icf-non-mergeable.s
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
.
globl
d1
,
d2
2
.
section
.
data
.
d1
,
"aw"
3
d1
:
4
.
quad
0
5
6
.
section
.
data
.
d2
,
"aw"
7
d2
:
8
.
quad
0
9