16 lines · plain
1// REQUIRES: arm2// RUN: llvm-mc -arm-add-build-attributes -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o3// RUN: ld.lld %t.o -o /dev/null --image-base=0x800000004 5// Test that when the thunk is at a high address we don't get confused with it6// being out of range.7 8.thumb9.global _start10_start:11b.w foo12 13.arm14.weak foo15foo:16