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
/
ppc64-tls.s
blob
11d1d12409624d1f0f1795b4b7044e5a1181343e
1
.text
2
.abiversion 2
3
.type a,@object
# @a
4
.type b,@object
# @a
5
.type c,@object
# @a
6
.section .tdata,
"awT"
,@progbits
7
.globl a
8
a
:
9
.long 10
# 0xa
10
.size a, 4
11
12
.globl b
13
b
:
14
.long 10
# 0xa
15
.size b, 4
16
17
.globl c
18
c
:
19
.long 10
# 0xa
20
.size c, 4