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-relro.s
blob
5f44e0ee7a834729456b78469b159049b86a2296
1
.rodata
2
.globl a
3
.size a, 4
4
.type a, @object
5
a
:
6
.word 1
7
8
.section .data.rel.ro,
"aw"
,%progbits
9
.globl b
10
.size b, 4
11
.type b, @object
12
b
:
13
.word 2