Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: update build attributes for ABI r2.09 | Saleem Abdulrasool | 2014-01-19 | 1 | -4/+4 |
| | | | | | | | Update names for the names as per the current ABI errata. Mark deprecated tags as such. llvm-svn: 199576 | ||||
* | Move ARM build attributes into Support | Saleem Abdulrasool | 2014-01-19 | 1 | -0/+95 |
This moves the ARM build attributes definitions and support routines into the Support library. The support routines simply permit the conversion of the value to and from a string representation. The movement is prompted in order to permit access to the constants and string representations from readobj in order to facilitate decoding of the attributes section. llvm-svn: 199575 |