[PATCH] D114421: [asan] Add support for disable_sanitizer_instrumentation attribute
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 2 23:52:25 PST 2021
vitalybuka accepted this revision.
vitalybuka added a comment.
Should we have in AddressSanitizer.cpp the following for consistency with other sanitizers?
if (F.hasFnAttribute(Attribute::DisableSanitizerInstrumentation))
return false;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114421/new/
https://reviews.llvm.org/D114421
More information about the cfe-commits
mailing list