[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / arm-tls-get-addr.s
blobf3212ad974befae3cb1a1bfcf17943377e0982c4
1 .syntax unified
2 .text
3 .globl __tls_get_addr
4 .type __tls_get_addr,%function
5 __tls_get_addr:
6 bx lr
8 .section .tbss,"awT",%nobits
9 .p2align 2
11 .space 4
12 .globl y
13 .type y, %object