xref: /llvm-project/lld/test/ELF/linkerscript/exidx-crash.test (revision f95e7c6f7a143e08408f39865562b7e8ac54cff3)
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
8SECTIONS {
9  .ARM.exidx : { *(.foo) }
10}
11