Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parse Tag_compatibility correctly. | Charlie Turner | 2015-01-05 | 1 | -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 handling | Saleem Abdulrasool | 2014-01-07 | 1 | -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 |