[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / linkerscript / discard-interp.test
blob97df880684060a6849c13c54baa2810864867c63
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=i686-unknown-linux /dev/null -o %t.o
3 # RUN: llvm-mc -filetype=obj -triple=i686-unknown-linux %p/../Inputs/shared.s -o %t2.o
4 # RUN: ld.lld -shared %t2.o -o %t2.so
5 # RUN: ld.lld -dynamic-linker foo -rpath bar -rpath baz --script %s --export-dynamic %t.o %t2.so -o %t
6 # RUN: llvm-readobj -S %t | FileCheck %s
8 # CHECK-NOT:        Name: .interp
10 PHDRS { text PT_LOAD FILEHDR PHDRS; }
11 SECTIONS {
12   . = SIZEOF_HEADERS;
13   .text : { *(.text) } : text