summaryrefslogtreecommitdiff
path: root/test/MC
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-04-07 20:26:23 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-04-07 20:26:23 +0000
commitce8463f1fb223ecea1243b2274a7c18ddab6e815 (patch)
treec744ca813fb8416aa07c84142c3e4c0495f28215 /test/MC
parent8d580659f907153add60aff386d7eac4cc80446c (diff)
downloadllvm-ce8463f1fb223ecea1243b2274a7c18ddab6e815.tar.gz
llvm-ce8463f1fb223ecea1243b2274a7c18ddab6e815.tar.bz2
llvm-ce8463f1fb223ecea1243b2274a7c18ddab6e815.tar.xz
Add support for .skip.
Patch by Roman Divacky. Fixes PR9361. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129106 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/AsmParser/directive_space.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MC/AsmParser/directive_space.s b/test/MC/AsmParser/directive_space.s
index e6353a4af4..fc5aeb4b63 100644
--- a/test/MC/AsmParser/directive_space.s
+++ b/test/MC/AsmParser/directive_space.s
@@ -9,3 +9,8 @@ TEST0:
# CHECK: .space 2,3
TEST1:
.space 2, 3
+
+# CHECK: TEST2:
+# CHECK: .space 1
+TEST2:
+ .skip 1