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
[memprof] Move YAML support to MemProfYAML.h (NFC) (#119515)
[llvm-project.git]
/
lld
/
test
/
ELF
/
Inputs
/
relocatable.s
blob
de34a6b3bf0e9e06124fc88443479f96356f23be
1
.text
2
.type xx,@object
3
.bss
4
.globl xx
5
.align 4
6
xx
:
7
.long 0
8
.size xx, 4
9
.type yy,@object
10
.globl yy
11
.align 4
12
yy
:
13
.long 0
14
.size yy, 4
15
16
.text
17
.globl foo
18
.align 16, 0x90
19
.type foo,@function
20
foo
:
21
movl $
1
,
xx
22
movl $
2
,
yy