[PATCH] D25515: Move ARMAttributeParser into Support

Sam Parker via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 07:27:46 PDT 2016


samparker created this revision.
samparker added a subscriber: llvm-commits.
Herald added subscribers: modocache, mgorny, beanz, rengolin, aemerson.

This patch moves the ARM attribute parser from llvm-readobj into the support library. It has also been modified to store the attribute data during parsing and I've added to flag to enable the printing of the attributes.


https://reviews.llvm.org/D25515

Files:
  include/llvm/Support/ARMAttributeParser.h
  lib/Support/ARMAttributeParser.cpp
  lib/Support/CMakeLists.txt
  tools/llvm-readobj/ARMAttributeParser.cpp
  tools/llvm-readobj/ARMAttributeParser.h
  tools/llvm-readobj/CMakeLists.txt
  tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25515.74370.patch
Type: text/x-patch
Size: 64193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161012/7d9c3e78/attachment.bin>


More information about the llvm-commits mailing list