2 # RUN: llvm-mc -filetype=obj -triple=hexagon-unknown-elf %s -o %t.o
3 ## Use --threads=1 to keep emitted warnings across sections sequential.
4 # RUN: not ld.lld %t.o -o /dev/null --threads=1 2>&1 | FileCheck --implicit-check-not "out of range" %s
7 .type _start, @function
10 # CHECK: relocation R_HEX_B9_PCREL out of range: 1028 is not in [-1024, 1023]
16 # CHECK: relocation R_HEX_B13_PCREL out of range: 16388 is not in [-16384, 16383]
17 if
(r0==#0) jump:t #1f
22 # CHECK: relocation R_HEX_B15_PCREL out of range: 65540 is not in [-65536, 65535]
28 # CHECK: relocation R_HEX_B22_PCREL out of range: 8388612 is not in [-8388608, 8388607]