[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / relocation-copy-relro.s
blob5f44e0ee7a834729456b78469b159049b86a2296
1 .rodata
2 .globl a
3 .size a, 4
4 .type a, @object
5 a:
6 .word 1
8 .section .data.rel.ro,"aw",%progbits
9 .globl b
10 .size b, 4
11 .type b, @object
13 .word 2