repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm] Do not replace dead constant references in metadata with undef
[llvm-project.git]
/
lld
/
test
/
ELF
/
linkerscript
/
insert-broken.test
blob
913866f8141f7b16ac302e3ca65dd8b01c4d474f
1
SECTIONS {
2
.foo : { *(.bar) }
3
} INSERT .data;
4
5
# RUN: not ld.lld -o /dev/null --script %s 2>&1 | FileCheck %s
6
# CHECK: {{.*}}:3: expected AFTER/BEFORE, but got '.data'