[PATCH] D105726: Added fsanitize-address-instrument-via-callback, which controls if address sanitizer will always use a callback.
Kirill Stoimenov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 13 14:03:14 PDT 2021
kstoimenov updated this revision to Diff 358422.
kstoimenov added a comment.
Modified UsersManual.rst and added a test. Couldn't find a relevant section in
AddressSanitizer.rst and adding a new one is outside of the scope of this change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105726/new/
https://reviews.llvm.org/D105726
Files:
clang/docs/UsersManual.rst
clang/include/clang/Driver/Options.td
clang/include/clang/Driver/SanitizerArgs.h
clang/lib/Driver/SanitizerArgs.cpp
clang/test/CodeGen/asan-use-callbacks.cpp
clang/test/Driver/fsanitize.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105726.358422.patch
Type: text/x-patch
Size: 5827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210713/ffdf8f0e/attachment.bin>
More information about the cfe-commits
mailing list