[PATCH] D119381: [MTE] Add NT_ANDROID_TYPE_MEMTAG
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 22 15:17:55 PST 2022
hctim added a comment.
Friendly ping @rprichard. For reference, I've been using this during development of MTE globals, and it synthesizes notes correctly for the (still WIP) patches: https://android-review.googlesource.com/c/platform/bionic/+/1845896
================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:5090
+ OS << " " << KV.first << ": " << KV.second << "\n";
+ OS << "\n";
+ return true;
----------------
MaskRay wrote:
> `operator<<(char)` compiles to less code.
neat trick!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119381/new/
https://reviews.llvm.org/D119381
More information about the llvm-commits
mailing list