Sign in
◑
Theme
llvm
/
llvm-project
/
dda73336ad22bd0b5ecda17040c50fb10fcbe5fb
/
.
/
lld
/
test
/
ELF
/
linkerscript
/
insert-broken.test
blob: 913866f8141f7b16ac302e3ca65dd8b01c4d474f [
file
]
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'