brintos

brintos / llvm-project-archived public Read only

0
0
Text · 194 B · 4d765f4 Raw
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