[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / soname.s
blob25c969dab745712e90cf352235feb488fd9449a3
1 // REQUIRES: x86
2 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
3 // RUN: ld.lld %t.o -shared -soname=bar -o %t.so
4 // RUN: ld.lld %t.o -shared --soname=bar -o %t2.so
5 // RUN: ld.lld %t.o %t.so %t2.so -o %t
6 // RUN: llvm-readobj --dynamic-table %t | FileCheck %s
8 // CHECK: 0x0000000000000001 NEEDED Shared library: [bar]
9 // CHECK-NOT: NEEDED
11 .global _start
12 _start: