summaryrefslogtreecommitdiff
path: root/test/MC/AArch64/lp64-diagnostics.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AArch64/lp64-diagnostics.s')
-rw-r--r--test/MC/AArch64/lp64-diagnostics.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/MC/AArch64/lp64-diagnostics.s b/test/MC/AArch64/lp64-diagnostics.s
deleted file mode 100644
index 942923ffccb1..000000000000
--- a/test/MC/AArch64/lp64-diagnostics.s
+++ /dev/null
@@ -1,13 +0,0 @@
-// RUN: not llvm-mc -triple aarch64-none-linux-gnu < %s 2> %t2 -filetype=obj \
-// RUN: >/dev/null
-// RUN: FileCheck --check-prefix=CHECK-ERROR %s < %t2
-
- ldr w24, [x23, :tlsdesc_lo12:sym]
- ldr s22, [x21, :tlsdesc_lo12:sym]
-
-// CHECK-ERROR: error: LP64 4 byte TLSDESC load/store relocation not supported (ILP32 eqv: TLSDESC_LD64_LO12)
-// CHECK-ERROR: ldr w24, [x23, :tlsdesc_lo12:sym]
-// CHECK-ERROR: ^
-// CHECK-ERROR: error: LP64 4 byte TLSDESC load/store relocation not supported (ILP32 eqv: TLSDESC_LD64_LO12)
-// CHECK-ERROR: ldr s22, [x21, :tlsdesc_lo12:sym]
-// CHECK-ERROR: ^