diff options
Diffstat (limited to 'test/ELF/aarch64-call26-error.s')
-rw-r--r-- | test/ELF/aarch64-call26-error.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/ELF/aarch64-call26-error.s b/test/ELF/aarch64-call26-error.s deleted file mode 100644 index 4b666c69011a..000000000000 --- a/test/ELF/aarch64-call26-error.s +++ /dev/null @@ -1,11 +0,0 @@ -// 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 |