summaryrefslogtreecommitdiff
path: root/test/ELF/aarch64-lo21-error.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/aarch64-lo21-error.s')
-rw-r--r--test/ELF/aarch64-lo21-error.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/ELF/aarch64-lo21-error.s b/test/ELF/aarch64-lo21-error.s
deleted file mode 100644
index c1fb8a6fa2c2d..0000000000000
--- a/test/ELF/aarch64-lo21-error.s
+++ /dev/null
@@ -1,10 +0,0 @@
-// REQUIRES: aarch64
-// 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 %tabs %t -o /dev/null 2>&1 | FileCheck %s
-
-.globl _start
-_start:
-adr x0, big
-
-#CHECK: R_AARCH64_ADR_PREL_LO21 out of range