summaryrefslogtreecommitdiff
path: root/test/MC/ARM/cmp-immediate-fixup-error2.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ARM/cmp-immediate-fixup-error2.s')
-rw-r--r--test/MC/ARM/cmp-immediate-fixup-error2.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/MC/ARM/cmp-immediate-fixup-error2.s b/test/MC/ARM/cmp-immediate-fixup-error2.s
new file mode 100644
index 0000000000..71f7fa141e
--- /dev/null
+++ b/test/MC/ARM/cmp-immediate-fixup-error2.s
@@ -0,0 +1,7 @@
+@ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
+
+.text
+ cmp r0, #(l1 - unknownLabel)
+@ CHECK: error: symbol 'unknownLabel' can not be undefined in a subtraction expression
+
+l1: