Add support for reading ARM ELF build attributes.
authorAmara Emerson <amara.emerson@arm.com>
Fri, 3 May 2013 11:36:35 +0000 (11:36 +0000)
committerAmara Emerson <amara.emerson@arm.com>
Fri, 3 May 2013 11:36:35 +0000 (11:36 +0000)
commit5d446e61d992f105a05aade62d5305fd8a346081
tree397251bdb3b58c7cbe7a93b1885cc2f77d3c058e
parent820b3fd7716cf5ab26961d1b2b21fd5d0f330fe1
Add support for reading ARM ELF build attributes.

Build attribute sections can now be read if they exist via ELFObjectFile, and
the llvm-readobj tool has been extended with an option to dump this information
if requested. Regression tests are also included which exercise these features.

Also update the docs with a fixed ARM ABI link and a new link to the Addenda
which provides the build attributes specification.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181009 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CompilerWriterInfo.rst
include/llvm/Object/ELF.h
include/llvm/Object/ELF_ARM.h [new file with mode: 0644]
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMBuildAttrs.h [deleted file]
test/Object/Inputs/arm-attributes.elf-arm [new file with mode: 0644]
test/Object/Inputs/trivial-object-test.elf-arm [new file with mode: 0644]
test/Object/readobj-elf-arm-buildattrs.test [new file with mode: 0644]
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/llvm-readobj.cpp