[PATCH] D62595: [AARCH64][ELF][llvm-readobj] Support for AArch64 .note.gnu.property
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 03:02:30 PDT 2019
peter.smith updated this revision to Diff 202145.
peter.smith added a comment.
Updated diff to share more of the code with the GNU_PROPERTY_GNU_X86_FEATURE_1_AND. The processor specific feature bits will overlap so these need to be protected. I think this is better than the previous version as we are sharing the parsing code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62595/new/
https://reviews.llvm.org/D62595
Files:
include/llvm/BinaryFormat/ELF.h
test/tools/llvm-readobj/aarch64-note-gnu-property.s
tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62595.202145.patch
Type: text/x-patch
Size: 3815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/1361bc63/attachment.bin>
More information about the llvm-commits
mailing list