[PATCH] D143693: Add --memtag to llvm-readelf/llvm-readobj.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 17:14:42 PST 2023


hctim created this revision.
hctim added a reviewer: fmayer.
Herald added subscribers: kristof.beyls, emaste.
Herald added a reviewer: jhenderson.
Herald added a project: All.
hctim requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

This adds functionality to readelf/readobj to specifically handle
MTE-related bits, like the AARCH64_MEMTAG_* dynamic entries, and a
decoder for the Android-specific ELF note.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143693

Files:
  llvm/docs/CommandGuide/llvm-readelf.rst
  llvm/docs/CommandGuide/llvm-readobj.rst
  llvm/include/llvm/BinaryFormat/DynamicTags.def
  llvm/test/tools/llvm-readobj/ELF/AArch64/note-android-memtag.test
  llvm/tools/llvm-readobj/ELFDumper.cpp
  llvm/tools/llvm-readobj/ObjDumper.h
  llvm/tools/llvm-readobj/Opts.td
  llvm/tools/llvm-readobj/llvm-readobj.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143693.496287.patch
Type: text/x-patch
Size: 18028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230210/68cf5650/attachment.bin>


More information about the llvm-commits mailing list