[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / linkerscript / openbsd-bootdata.test
blobe0c647df45910bf50bc99d37592c1ec8f60f3a69
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=i686-unknown-linux /dev/null -o %t.o
3 # RUN: ld.lld --script %s %t.o -o %t
4 # RUN: llvm-readobj --program-headers -S %t | FileCheck %s
6 PHDRS { boot PT_OPENBSD_BOOTDATA; }
8 # CHECK:      ProgramHeader {
9 # CHECK:        Type: PT_OPENBSD_BOOTDATA (0x65A41BE6)