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
/
symbol-ordering-file-warnings1.s
blob
9250a6d4270565d8a8753820e9361822262067d9
1
# This is a "bad" (absolute) instance of the symbol
2
multi
=
1234
3
4
.text
5
.global shared
6
.type shared, @function
7
shared
:
8
movq
%
rax
,
multi
9
ret
10
11
.section .text.comdat,
"axG"
,@progbits,comdat,comdat
12
.weak comdat
13
comdat
:
14
ret
15
16
.section .text.glob_or_wk,
"ax"
,@progbits
17
.global glob_or_wk
18
glob_or_wk
:
19
ret