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
/
comdat-discarded-reloc.s
blob
449ed60a04ffd239a3f6ee6b69a7f4766341177c
1
.global bar, _start
2
.weak group
3
group
:
4
5
.section .text.foo,
"aG"
,@progbits,group,comdat
6
7
.section .text
8
_start
:
9
.quad .text.foo
10
.quad bar