[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / aarch64-addrifunc.s
blob25ec4cb813da2bb522bfe4d60b009ce2f2c4fe73
1 .text
2 .globl func1
3 .type func1, %function
4 func1:
5 adrp x8, :got: ifunc2
6 ldr x8, [x8, :got_lo12: ifunc2]
7 ret