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
/
aarch64-tls-ie.s
blob
c5e853ba97987b07a4e1d3e18af97651c5be8606
1
.text
2
.global foo
3
.section .tdata,
"awT"
,%progbits
4
.align 2
5
.type foo, %object
6
.size foo, 4
7
foo
:
8
.word 5
9
.text
10
11
.text
12
.global bar
13
.section .tdata,
"awT"
,%progbits
14
.align 2
15
.type bar, %object
16
.size bar, 4
17
bar
:
18
.word 5
19
.text