[PATCH] D47473: [llvm-readobj] Support GNU_PROPERTY_X86_FEATURE_1_AND notes in .note.gnu.property

Mikhail Dvoretckii via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 29 05:38:32 PDT 2018


mike.dvoretsky created this revision.
mike.dvoretsky added reviewers: grimar, craig.topper.
Herald added a subscriber: llvm-commits.

This patch allows parsing GNU_PROPERTY_X86_FEATURE_1_AND notes in .note.gnu.property sections. These notes indicate that the object file is built to support Intel CET.


Repository:
  rL LLVM

https://reviews.llvm.org/D47473

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47473.148889.patch
Type: text/x-patch
Size: 5689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180529/35e7f1ce/attachment.bin>


More information about the llvm-commits mailing list