[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / linkerscript / diag5.test
blob15d81fdc2be4ad04dbdc16a9aad7e8585ccd123d
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux /dev/null -o %t.o
3 # RUN: echo "INCLUDE \"%s\"" > %t.script
4 # RUN: not ld.lld -shared %t.o -o /dev/null --script %t.script 2>&1 | FileCheck -strict-whitespace %s
6 SECTIONS {
7   .text : { *(.text) }
8   .keep : { *(.keep) }
9   boom ^temp : { *(.temp) }
12 # CHECK:      9: malformed number: ^temp
13 # CHECK-NEXT: >>>   boom ^temp : { *(.temp) }
14 # CHECK-NEXT: >>>        ^