[PATCH] D106135: [NFC] [MTE] helper for stack tagging lifetimes.
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 16 12:42:00 PDT 2021
vitalybuka added inline comments.
================
Comment at: llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h:61
+ const SmallVectorImpl<Instruction *> &RetVec,
+ F UntagCallback) {
+ // We need to ensure that if we tag some object, we certainly untag it
----------------
If it's in common we need to remove all Tagging reference in the function and documentation
UntagCallback -> Callback
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106135/new/
https://reviews.llvm.org/D106135
More information about the llvm-commits
mailing list