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
/
map-file5.s
blob
2a89b4c7f6f5ab6e9f0b27d81cb679eef3e1964d
1
.bss
2
.type sharedFoo,@object
3
.globl sharedFoo
4
sharedFoo
:
5
.long 0
6
.size sharedFoo, 4
7
8
.type sharedBar,@object
9
.globl sharedBar
10
sharedBar
:
11
.quad 0
12
.size sharedBar, 8
13
14
.text
15
.globl sharedFunc1
16
.type sharedFunc1,@function
17
sharedFunc1
:
18
nop
19
20
.globl sharedFunc2
21
.type sharedFunc2,@function
22
sharedFunc2
:
23
nop