summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser/macros-parsing.s
Commit message (Collapse)AuthorAgeFilesLines
* MC: Unknown assembler directives are now hard errors.Jim Grosbach2012-05-011-1/+1
| | | | | | | | | | | | | | | | Previously, an unsupported/unknown assembler directive issued a warning. That's generally unsafe, and inconsistent with the behaviour of pretty much every system assembler. Now that the MC assemblers are mature enough to be the default on multiple targets, it's reasonable to issue errors for these. For target or platform directives that need to stay warnings, we should add explicit handlers for them in, e.g., ELFAsmParser.cpp, DarwinAsmParser.cpp, et. al., and issue the warning there. rdar://9246275 llvm-svn: 155926
* tests: Force triples.Daniel Dunbar2010-07-181-1/+1
| | | | llvm-svn: 108658
* MC/AsmParser: Add basic support for macro instantiation.Daniel Dunbar2010-07-181-1/+1
| | | | llvm-svn: 108653
* MC/AsmParser: Add basic parsing support for .macro definitions.Daniel Dunbar2010-07-181-4/+19
| | | | llvm-svn: 108652
* MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don'tDaniel Dunbar2010-07-181-0/+8
support macros. llvm-svn: 108649
OpenPOWER on IntegriCloud