[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / Inputs / visibility.s
blobfe7cd9a49e7e2da45efa7fda130a17a0bc5494e3
1 .data
2 .quad default
4 .protected protected
5 .quad protected
7 .hidden hidden
8 .quad hidden
10 .internal internal
11 .quad internal
13 .hidden protected_with_hidden
14 .quad protected_with_hidden