[memprof] Move YAML support to MemProfYAML.h (NFC) (#119515)
[llvm-project.git] / lld / test / ELF / Inputs / relocatable.s
blobde34a6b3bf0e9e06124fc88443479f96356f23be
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
16 .text
17 .globl foo
18 .align 16, 0x90
19 .type foo,@function
20 foo:
21 movl $1, xx
22 movl $2, yy