[PATCH] D105726: Added fsanitize-address-instrument-via-callback, which controls if address sanitizer will always use a callback.
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 13 11:41:26 PDT 2021
vitalybuka requested changes to this revision.
vitalybuka added a comment.
This revision now requires changes to proceed.
I took another looks and noticed:
also clang/docs/UsersManual.rst
and maybe clang/docs/AddressSanitizer.rst
also could you add some trivial test that the flag affects generated code, similar to clang/test/CodeGen/asan-use-after-return.cpp
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105726/new/
https://reviews.llvm.org/D105726
More information about the cfe-commits
mailing list