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
[clang] Propagate -ftime-report to offload lto (#122143)
[llvm-project.git]
/
lld
/
test
/
ELF
/
linkerscript
/
exidx-crash.test
blob
4d765f4d338027277d53151ffeb3705459bf1e9c
1
# REQUIRES: aarch64
2
3
# We used to crash on this.
4
5
# RUN: llvm-mc /dev/null -o %t.o -filetype=obj -triple=aarch64-pc-linux
6
# RUN: ld.lld -T %s %t.o -o %t
7
8
SECTIONS {
9
.ARM.exidx : { *(.foo) }
10
}