[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / relocatable2.s
blob93e23bc7ae6902f237fd1e06ed406bd2c2902fb9
1 .text
2 .type xxx,@object
3 .bss
4 .globl xxx
5 .align 4
6 xxx:
7 .long 0
8 .size xxx, 4
9 .type yyy,@object
10 .globl yyy
11 .align 4
12 yyy:
13 .long 0
14 .size yyy, 4
16 .text
17 .globl bar
18 .align 16, 0x90
19 .type bar,@function
20 bar:
21 movl $8, xxx
22 movl $9, yyy