[PATCH] D64169: ARM MTE stack sanitizer.
Oliver Stannard (Linaro) via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 07:26:54 PDT 2019
ostannard accepted this revision.
ostannard added a comment.
This revision is now accepted and ready to land.
LGTM with one minor nit.
================
Comment at: llvm/include/llvm/Bitcode/LLVMBitCodes.h:632
ATTR_KIND_WILLRETURN = 61,
+ ATTR_KIND_SANITIZE_MEMTAG = 62
};
----------------
Please leave the trailing comma on, to keep the git-blame clean.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64169/new/
https://reviews.llvm.org/D64169
More information about the cfe-commits
mailing list