brintos

brintos / llvm-project-archived public Read only

0
0
Text · 403 B · 2d23508 Raw
14 lines · plain
1// REQUIRES: arm2// RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o3// RUN: ld.lld -r %t.o -o %t2.o4// RUN: ld.lld -shared %t2.o -o /dev/null5 6// We used to crash using the output of -r because of the relative order of7// SHF_LINK_ORDER sections.8 9// That can be fixed by changing -r or making the regular link more flexible,10// so this is an end to end test.11 12	.fnstart13	.fnend14