MC: Reorganize macro MC test along dialect lines
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 29 Jan 2014 09:18:43 +0000 (09:18 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 29 Jan 2014 09:18:43 +0000 (09:18 +0000)
commitb04ddad8eacf727a79524b53d350e9c1dd758084
tree5a05e85504525202af469f4fce9f6f91aa345c21
parent06fd4ed4c9aad7eda0ddae9d905bfcee70becb05
MC: Reorganize macro MC test along dialect lines

This commit seeks to do two things:
 - Run the surfeit of tests under the Darwin dialect.  This ends up
   affecting tests which assumed that spaces could deliminate arguments.
 - The GAS dialect tests should limit their surface area to things that
   could plausibly work under GAS. For example, Darwin style arguments
   have no business being in such a test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200383 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/AsmParser/macros-darwin.s
test/MC/AsmParser/macros-gas.s [new file with mode: 0644]
test/MC/AsmParser/macros.s [deleted file]