[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / linkerscript / lazy-symbols.test
blobb10b3e002f1cb9cb7ef15c5205cee5b5c34195ba
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %S/Inputs/lazy-symbols.s -o %t1
3 # RUN: rm -f %tar
4 # RUN: llvm-ar rcs %tar %t1
5 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux /dev/null -o %t2
6 # RUN: ld.lld %t2 %tar --script %s -o %tout
7 # RUN: llvm-readobj --symbols %tout | FileCheck %s
9 foo = 1;
11 # This test is to ensure a linker script can define a symbol which have the same
12 # name as a lazy symbol.
14 # CHECK: Name: foo
15 # CHECK-NEXT: Value: 0x1