[PATCH] D136078: Use-after-return sanitizer binary metadata
Dmitry Vyukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 28 05:02:02 PST 2022
dvyukov added inline comments.
================
Comment at: llvm/lib/CodeGen/SanitizerBinaryMetadata.cpp:79
+ };
+ MD->replaceOperandWith(1, MDNode::get(F.getContext(), NewAuxMDs));
+ return false;
----------------
Should this be a new method on MDBuilder?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136078/new/
https://reviews.llvm.org/D136078
More information about the cfe-commits
mailing list