[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / linkerscript / parse-section-in-addr.test
blob6f42a6fe2788e8d9767bbfc4c45d08288a66601c
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux /dev/null -o %t.o
3 # RUN: ld.lld -o %t.so --script %s %t.o -shared
4 # RUN: llvm-readelf -S %t.so | FileCheck %s
6 SECTIONS {
7  .foo-bar : AT(ADDR(.foo-bar)) { *(.text) }
10 # CHECK: .foo-bar