[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git] / lld / test / ELF / linkerscript / insert-broken.test
blob913866f8141f7b16ac302e3ca65dd8b01c4d474f
1 SECTIONS {
2   .foo : { *(.bar) }
3 } INSERT .data;
5 # RUN: not ld.lld -o /dev/null --script %s 2>&1 | FileCheck %s
6 # CHECK: {{.*}}:3: expected AFTER/BEFORE, but got '.data'