[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / linkerscript / rosegment.test
blob1fece2898d8f381dd1dec36f1ce18996a93dbf1b
1 # REQUIRES: x86
2 ## Create a readonly PT_LOAD in the absence of PHDRS.
4 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux /dev/null -o %t
5 # RUN: ld.lld -o %t1 --script %s %t -shared
6 # RUN: llvm-readelf -l %t1 | FileCheck %s
8 SECTIONS {
11 # CHECK:      Type {{.*}} Flg Align
12 # CHECK-NEXT: LOAD {{.*}} R   0x1000
13 # CHECK-NEXT: LOAD {{.*}} RW  0x1000