summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/directive-eabi_attribute-diagnostics.s
Commit message (Collapse)AuthorAgeFilesLines
* Parse Tag_compatibility correctly.Charlie Turner2015-01-051-0/+5
| | | | | | | | Tag_compatibility takes two arguments, but before this patch it would erroneously accept just one, it now produces an error in that case. Change-Id: I530f918587620d0d5dfebf639944d6083871ef7d llvm-svn: 225167
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-071-0/+36
Parse tag names as well as expressions. The former is part of the specification, the latter is for improved compatibility with the GNU assembler. Fix attribute value handling to be comformant to the specification. llvm-svn: 198662
OpenPOWER on IntegriCloud