]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commit
Move ARM build attributes into Support
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 19 Jan 2014 08:25:27 +0000 (08:25 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 19 Jan 2014 08:25:27 +0000 (08:25 +0000)
commit467aa258aedd86bbf00eaeaf141fc9cef334d6b8
tree03dab1984e50023dc0afae096ebe637ddce62cb1
parentbf329b3414bbc24efb6d44952a7cbf66c83bcca1
Move ARM build attributes into Support

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199575 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ARMBuildAttributes.h [new file with mode: 0644]
lib/Support/ARMBuildAttrs.cpp [moved from lib/Target/ARM/MCTargetDesc/ARMBuildAttrs.cpp with 98% similarity]
lib/Support/CMakeLists.txt
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
lib/Target/ARM/MCTargetDesc/ARMBuildAttrs.h [deleted file]
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp
lib/Target/ARM/MCTargetDesc/CMakeLists.txt