aboutsummaryrefslogblamecommitdiff
path: root/test/ELF/aarch64-jump26-error.s
blob: 81fbba1f4551b11242860ad3a5f25ef0ed14db02 (plain) (tree)
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:
    b big

// CHECK: R_AARCH64_JUMP26 out of range