Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / MC / AsmParser / macros.s
index 8bbb481d9749281eed235550c6635b335e74d1f5..214274d9aa845eeff9d992a6f08cbdc890192588 100644 (file)
@@ -30,3 +30,10 @@ test2 10
 
 // CHECK: .globl       "1 23  $3 2"
 test3 1,2 3
+
+.macro test4
+.globl "$0 -- $1"
+.endmacro
+
+// CHECK: .globl       "ab)(,) -- (cd)"
+test4 a b)(,),(cd)