summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ARMBuildAttrs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ARM: update build attributes for ABI r2.09Saleem Abdulrasool2014-01-191-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 SupportSaleem Abdulrasool2014-01-191-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
OpenPOWER on IntegriCloud