This is an archive of the discontinued LLVM Phabricator instance.

Move ARMAttributeParser into Support
AbandonedPublic

Authored by samparker on Oct 12 2016, 7:27 AM.

Details

Reviewers
None
Summary

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.

Diff Detail

Event Timeline

samparker updated this revision to Diff 74370.Oct 12 2016, 7:27 AM
samparker retitled this revision from to Move ARMAttributeParser into Support.
samparker updated this object.
samparker added a subscriber: llvm-commits.
samparker updated this revision to Diff 74480.Oct 13 2016, 1:49 AM

I've removed the flag that I added to control printing, instead adding another constructor that doesn't take a ScopedPrinter.

samparker abandoned this revision.Oct 13 2016, 6:55 AM
tools/llvm-readobj/ARMAttributeParser.h