[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / aarch64-tls-ie.s
blobc5e853ba97987b07a4e1d3e18af97651c5be8606
1 .text
2 .global foo
3 .section .tdata,"awT",%progbits
4 .align 2
5 .type foo, %object
6 .size foo, 4
7 foo:
8 .word 5
9 .text
11 .text
12 .global bar
13 .section .tdata,"awT",%progbits
14 .align 2
15 .type bar, %object
16 .size bar, 4
17 bar:
18 .word 5
19 .text