[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / relocation-copy-arm.s
blobba5ab73043c918d8adc14a9fbbaab907010fa745
1 .bss
3 .type x,%object
4 .globl x
5 .balign 16
6 x:
7 .long 0
8 .size x, 4
10 .type y,%object
11 .globl y
12 .balign 16
14 .long 0
15 .size y, 4
17 .type z,%object
18 .globl z
19 .balign 4
21 .long 0
22 .size z, 4