tools: add support for decoding ARM attributes

Enhance the ARM specific parsing support in llvm-readobj to support attributes.
This allows for simpler tests to validate encoding of the build attributes as
specified in the ARM ELF specification.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Saleem Abdulrasool
2014-01-30 04:46:33 +00:00
parent 7a38b33dec
commit 459c949777
9 changed files with 1121 additions and 0 deletions

View File

@@ -12,4 +12,5 @@ add_llvm_tool(llvm-readobj
MachODumper.cpp
Error.cpp
StreamWriter.cpp
ARMAttributeParser.cpp
)