[PATCH] D62596: [AARCH64][ELF][llvm-readobj] Add support for BTI and PAC dynamic tags

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 07:35:02 PDT 2019


peter.smith updated this revision to Diff 202187.
peter.smith added a comment.

Updated diff to use yaml2obj. It turns out there was already a processor specific dynamic tags test so I've added to that instead of writing a new one. I've taken the opportunity to separate out the printing of values for [DT_LOPROC, DT_AUXILIARY) so that the types don't clash.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62596/new/

https://reviews.llvm.org/D62596

Files:
  include/llvm/BinaryFormat/DynamicTags.def
  lib/Object/ELF.cpp
  lib/ObjectYAML/ELFYAML.cpp
  test/tools/llvm-readobj/Inputs/elf-dynamic-tags-machine-specific.yaml
  test/tools/llvm-readobj/elf-dynamic-tags-machine-specific.test
  test/tools/obj2yaml/dynamic-section-arch-tags.test
  tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62596.202187.patch
Type: text/x-patch
Size: 11742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/f56b5874/attachment.bin>


More information about the llvm-commits mailing list