[PATCH] D28281: [ARM] Enable objdump to construct a useful triple for ARM
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 12 05:11:10 PST 2017
samparker updated this revision to Diff 84110.
samparker added a comment.
Herald added a subscriber: mgorny.
I've added the missing cpu architectures, added a few enums to the build attributes and added a unit test for the attribute parser that covers the "aeabi" attributes.
https://reviews.llvm.org/D28281
Files:
include/llvm/Object/ELFObjectFile.h
include/llvm/Object/ObjectFile.h
include/llvm/Support/ARMAttributeParser.h
include/llvm/Support/ARMBuildAttributes.h
lib/Object/ELFObjectFile.cpp
lib/Support/ARMAttributeParser.cpp
lib/Target/ARM/ARMAsmPrinter.cpp
test/tools/llvm-objdump/ARM/v5t-subarch.s
test/tools/llvm-objdump/ARM/v5te-subarch.s
test/tools/llvm-objdump/ARM/v5tej-subarch.s
test/tools/llvm-objdump/ARM/v6-subarch.s
test/tools/llvm-objdump/ARM/v6k-subarch.s
test/tools/llvm-objdump/ARM/v6m-subarch.s
test/tools/llvm-objdump/ARM/v6t2-subarch.s
test/tools/llvm-objdump/ARM/v7m-subarch.s
tools/llvm-objdump/llvm-objdump.cpp
tools/llvm-readobj/ELFDumper.cpp
unittests/Support/ARMAttributeParser.cpp
unittests/Support/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28281.84110.patch
Type: text/x-patch
Size: 37271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170112/c9073221/attachment.bin>
More information about the llvm-commits
mailing list