]> granicus.if.org Git - clang/commit
[sanitizer] Allow sanitize coverage w/o sanitizers.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 14 Jun 2016 21:33:40 +0000 (21:33 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 14 Jun 2016 21:33:40 +0000 (21:33 +0000)
commit51f2cb66203af310b0f8a472c2bdf17e58c3175d
treeb04826dcb4c18e9dba213695b8ce33bdf88a33da
parent6f43cc7050d39381387de9bce67a75eba07356a2
[sanitizer] Allow sanitize coverage w/o sanitizers.

The reason is that this (a) seems to work just fine and (b) useful when building stuff with
sanitizer+coverage, but need to exclude the sanitizer for a particular source file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272717 91177308-0d34-0410-b5e6-96231b3b80d8
docs/SanitizerCoverage.rst
lib/Driver/SanitizerArgs.cpp
test/Driver/fsanitize-coverage.c