[PATCH] D54220: [llvm-readobj] Implement LLVM style printer for --notes
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 7 12:33:04 PST 2018
rupprecht created this revision.
rupprecht added a reviewer: MaskRay.
Herald added subscribers: llvm-commits, fedor.sergeev, dschuff.
Port the GNU style printNotes method to the LLVMStyle subclass.
This is basically just a heavy refactor so that the note parsing/formatting logic from the GNUStyle::printNotes can be shared with LLVMStyle::printNotes.
Repository:
rL LLVM
https://reviews.llvm.org/D54220
Files:
test/tools/llvm-readobj/gnu-notes.test
test/tools/llvm-readobj/note-gnu-property.s
test/tools/llvm-readobj/note-gnu-property2.s
tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54220.173005.patch
Type: text/x-patch
Size: 21961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181107/97065cd4/attachment.bin>
More information about the llvm-commits
mailing list