[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / symbol-override.s
blobab3bf8dc74b0b9486252a6da50d5c7d494694fa6
1 .text
2 .globl foo
3 .type foo,@function
4 foo:
5 nop
7 .globl bar
8 .type bar,@function
9 bar:
10 nop
12 .globl do
13 .type do,@function
14 do:
15 callq foo@PLT
16 callq bar@PLT