[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / ppc64-tls.s
blob11d1d12409624d1f0f1795b4b7044e5a1181343e
1 .text
2 .abiversion 2
3 .type a,@object # @a
4 .type b,@object # @a
5 .type c,@object # @a
6 .section .tdata,"awT",@progbits
7 .globl a
8 a:
9 .long 10 # 0xa
10 .size a, 4
12 .globl b
14 .long 10 # 0xa
15 .size b, 4
17 .globl c
19 .long 10 # 0xa
20 .size c, 4