summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/builtins/atomic.c
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2014-12-19 18:41:43 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2014-12-19 18:41:43 +0000
commitabd5bead3fc1636ae6fcb5cb689d5701e77d86a9 (patch)
treedcf9e2bd99b6f9256495289114ef32fa9506cb57 /compiler-rt/lib/builtins/atomic.c
parent9b7cee666bd597defea1eed6b202264e9a93a7ae (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud