summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/macros-darwin.s
Commit message (Collapse)AuthorAgeFilesLines
* MC: Better management of macro argumentsDavid Majnemer2014-01-291-6/+2
| | | | | | | | | | | | The linux kernel makes uses of a GAS `feature' which substitutes nothing for macro arguments which aren't specified. Proper support for these kind of macro arguments necessitated a cleanup of differences between `GAS' and `Darwin' dialect macro processing. Differential Revision: http://llvm-reviews.chandlerc.com/D2634 llvm-svn: 200409
* MC: Reorganize macro MC test along dialect linesDavid Majnemer2014-01-291-3/+91
| | | | | | | | | | | 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. llvm-svn: 200383
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-031-1/+1
| | | | llvm-svn: 185554
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-191-0/+9
to improve compatibility with GNU as. Based on a patch by PaX Team. Fixed assertion failures on non-Darwin and added additional test cases. llvm-svn: 164248
OpenPOWER on IntegriCloud