[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / comdat-discarded-reloc.s
blob449ed60a04ffd239a3f6ee6b69a7f4766341177c
1 .global bar, _start
2 .weak group
3 group:
5 .section .text.foo,"aG",@progbits,group,comdat
7 .section .text
8 _start:
9 .quad .text.foo
10 .quad bar