[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / verdef-defaultver.s
blobd9e7f3829f322e36833eb153df96cd9131af37d7
1 .global b@V1
2 b@V1 = b_1
4 .global b@@V2
5 b@@V2 = b_2
7 .globl a
8 .type a,@function
9 a:
10 retq
12 .globl b_1
13 .type b_1,@function
14 b_1:
15 retq
17 .globl b_2
18 .type b_2,@function
19 b_2:
20 retq
22 .globl c
23 .type c,@function
25 retq