[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / symbol-ordering-file-warnings1.s
blob9250a6d4270565d8a8753820e9361822262067d9
1 # This is a "bad" (absolute) instance of the symbol
2 multi = 1234
4 .text
5 .global shared
6 .type shared, @function
7 shared:
8 movq %rax, multi
9 ret
11 .section .text.comdat,"axG",@progbits,comdat,comdat
12 .weak comdat
13 comdat:
14 ret
16 .section .text.glob_or_wk,"ax",@progbits
17 .global glob_or_wk
18 glob_or_wk:
19 ret