summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/aarch64-call26-error.s
blob: 4b666c69011a037990f51de4c40b7c1251271e61 (plain)
1
2
3
4
5
6
7
8
9
10
11
// RUN: llvm-mc -filetype=obj -triple=aarch64-pc-freebsd %S/Inputs/abs.s -o %tabs
// RUN: llvm-mc -filetype=obj -triple=aarch64-pc-freebsd %s -o %t
// RUN: not ld.lld %t %tabs -o %t2 2>&1 | FileCheck %s
// REQUIRES: aarch64

.text
.globl _start
_start:
    bl big

// CHECK: R_AARCH64_CALL26 out of range
OpenPOWER on IntegriCloud