]> granicus.if.org Git - clang/commit
[libFuzzer] Add Fuzzer to the list of sanitizers which support coverage.
authorGeorge Karpenkov <ekarpenkov@apple.com>
Thu, 29 Jun 2017 19:58:20 +0000 (19:58 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Thu, 29 Jun 2017 19:58:20 +0000 (19:58 +0000)
commit78aa30a644eaec1893db971c86ee10b3c0fe6781
treefcd5c758946ae8d80fff6394bbd6a2b15ed92521
parentf4236bfdbdb6f8236a2efdc5cda5d7fa40786b9f
[libFuzzer] Add Fuzzer to the list of sanitizers which support coverage.

Without this change, additional coverage flags specified after
-fsanitize=fuzzer would get discarded.

https://reviews.llvm.org/D34794

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306734 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/SanitizerArgs.cpp
test/Driver/fuzzer.c