[PATCH] D98817: [llvm-readobj] Remove GNU_PROPERTY_X86_ISA_1_{NEEDED,USED}

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 17 14:51:39 PDT 2021


MaskRay created this revision.
MaskRay added reviewers: jhenderson, rupprecht.
Herald added subscribers: pengfei, emaste.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This reverts D58175 <https://reviews.llvm.org/D58175> (commit 91ab9bf32cc5d20919bcc1989bde3eca1a3c1764).

https://sourceware.org/bugzilla/show_bug.cgi?id=26703 deprecated the
previous GNU_PROPERTY_X86_ISA_1_{CMOV,SSE,*} values (renamed to `COMPAT`).
Since the values are not used by compilers, having dumping support in
llvm-readobj is unnecessary.  So just drop the feature.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98817

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98817.331381.patch
Type: text/x-patch
Size: 7400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210317/d7baa1bb/attachment.bin>


More information about the llvm-commits mailing list