diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2014-12-19 18:41:43 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2014-12-19 18:41:43 +0000 |
commit | abd5bead3fc1636ae6fcb5cb689d5701e77d86a9 (patch) | |
tree | dcf9e2bd99b6f9256495289114ef32fa9506cb57 /compiler-rt/lib/builtins/atomic.c | |
parent | 9b7cee666bd597defea1eed6b202264e9a93a7ae (diff) | |
download | bcm5719-llvm-abd5bead3fc1636ae6fcb5cb689d5701e77d86a9.tar.gz bcm5719-llvm-abd5bead3fc1636ae6fcb5cb689d5701e77d86a9.zip |
Allow to disable all sanitizers with "-fno-sanitize=all" option.
Summary:
This patch adds "all" sanitizer group. A shortcut "-fno-sanitize=all"
can be used to disable all sanitizers for a given source file.
"-fsanitize=all" option makes no sense, and will produce an error.
This group can also be useful when we add "-fsanitize-recover=<list>"
options (patch in http://reviews.llvm.org/D6302), as it would allow
to conveniently enable/disable recovery for all specified sanitizers.
Test Plan: regression test suite
Reviewers: kcc, rsmith
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D6733
llvm-svn: 224596
Diffstat (limited to 'compiler-rt/lib/builtins/atomic.c')
0 files changed, 0 insertions, 0 deletions