bolt/deps/llvm-18.1.8/lld/test/ELF/linkerscript/insert-broken.test
2025-02-14 19:21:04 +01:00

6 lines
170 B
Text

SECTIONS {
.foo : { *(.bar) }
} INSERT .data;
# RUN: not ld.lld -o /dev/null --script %s 2>&1 | FileCheck %s
# CHECK: {{.*}}:3: expected AFTER/BEFORE, but got '.data'