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-override.s
blob
ab3bf8dc74b0b9486252a6da50d5c7d494694fa6
1
.text
2
.globl foo
3
.type foo,@function
4
foo
:
5
nop
6
7
.globl bar
8
.type bar,@function
9
bar
:
10
nop
11
12
.globl do
13
.type do,@function
14
do
:
15
callq foo@PLT
16
callq bar@PLT