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
[Instrumentation] Fix a warning
[llvm-project.git]
/
lld
/
test
/
ELF
/
Inputs
/
relocation-copy-alias.s
blob
a9bc3d76a12c2c6fc266272fda10a25372d18d6a
1
.data
2
3
.globl a1
4
.type a1, @object
5
.size a1, 1
6
a1
:
7
.weak a2
8
.type a2, @object
9
.size a2, 1
10
a2
:
11
.byte 1
12
13
.weak b1
14
.type b1, @object
15
.size b1, 1
16
b1
:
17
.weak b2
18
.type b2, @object
19
.size b2, 1
20
b2
:
21
.globl b3
22
.type b3, @object
23
.size b3, 1
24
b3
:
25
.byte 1