commit | 2d2ee150eb48229140ef5fd669dc00d835b648ab | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Thu Jun 25 21:56:11 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Thu Jun 25 21:56:11 2009 +0000 |
tree | 7242d3cc041819a7f2447b6a67dec5429cff6369 | |
parent | bf61749b4756b6a4907976a98c1940e72d870139 [diff] [blame] |
MC: Parse .set and assignments. llvm-svn: 74208
diff --git a/llvm/test/MC/AsmParser/directive_set.s b/llvm/test/MC/AsmParser/directive_set.s new file mode 100644 index 0000000..51119a6 --- /dev/null +++ b/llvm/test/MC/AsmParser/directive_set.s
@@ -0,0 +1,7 @@ +# RUN: llvm-mc %s > %t + +# RUN: grep -A 2 TEST0 %t > %t2 +# RUN: grep ".set a, 0" %t2 +TEST0: + .set a, 0 + \ No newline at end of file