11 lines · plain
1# REQUIRES: aarch642 3# We used to crash on this.4 5# RUN: llvm-mc /dev/null -o %t.o -filetype=obj -triple=aarch64-pc-linux6# RUN: ld.lld -T %s %t.o -o %t7 8SECTIONS {9 .ARM.exidx : { *(.foo) }10}11 1# REQUIRES: aarch642 3# We used to crash on this.4 5# RUN: llvm-mc /dev/null -o %t.o -filetype=obj -triple=aarch64-pc-linux6# RUN: ld.lld -T %s %t.o -o %t7 8SECTIONS {9 .ARM.exidx : { *(.foo) }10}11