[PATCH] D58175: [llvm-readobj] Dump GNU_PROPERTY_X86_ISA_1_{NEEDED, USED} notes in .note.gnu.property

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 13 06:05:40 PST 2019


MaskRay created this revision.
MaskRay added reviewers: grimar, rupprecht.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

And rename `pr_data` to `PrData`. This is a simple variable that does
not have strong needs to stick with the name used in System V
Application Binary Interface Linux Extensions.


Repository:
  rL LLVM

https://reviews.llvm.org/D58175

Files:
  include/llvm/BinaryFormat/ELF.h
  test/tools/llvm-readobj/note-gnu-property.s
  tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58175.186639.patch
Type: text/x-patch
Size: 8851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190213/26702a0f/attachment.bin>


More information about the llvm-commits mailing list