[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / linkerscript / arm-exidx-phdrs.test
blob208d4d72ad43bfe9b0650616bff192621471eb91
1 # REQUIRES: arm
2 # RUN: echo ".fnstart; bx lr; .cantunwind; .fnend" \
3 # RUN:   | llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi - -o %t.o
4 # RUN: ld.lld -T %s %t.o -shared -o %t.so
5 # RUN: llvm-readobj --program-headers %t.so | FileCheck %s
7 # CHECK: Type: PT_ARM_EXIDX
9 PHDRS { ph_text PT_LOAD; }
10 SECTIONS {
11   . = SIZEOF_HEADERS;
12   .text : { *(.text) } : ph_text