aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/AsmParser/directive_abort.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/AsmParser/directive_abort.s')
-rw-r--r--test/MC/AsmParser/directive_abort.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/MC/AsmParser/directive_abort.s b/test/MC/AsmParser/directive_abort.s
new file mode 100644
index 0000000..e5b0c9a
--- /dev/null
+++ b/test/MC/AsmParser/directive_abort.s
@@ -0,0 +1,8 @@
+# RUN: llvm-mc %s | FileCheck %s
+
+# CHECK: TEST0:
+# CHECK: .abort "please stop assembing"
+# CHECK: .abort
+TEST0:
+ .abort "please stop assembing"
+.abort