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
[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git]
/
lld
/
test
/
ELF
/
Inputs
/
relocation-copy-arm.s
blob
ba5ab73043c918d8adc14a9fbbaab907010fa745
1
.bss
2
3
.type x,%object
4
.globl x
5
.balign 16
6
x
:
7
.long 0
8
.size x, 4
9
10
.type y,%object
11
.globl y
12
.balign 16
13
y
:
14
.long 0
15
.size y, 4
16
17
.type z,%object
18
.globl z
19
.balign 4
20
z
:
21
.long 0
22
.size z, 4