diff options
| author | Kostya Serebryany <kcc@google.com> | 2018-05-10 20:12:15 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2018-05-10 20:12:15 +0000 |
| commit | 59bf1e8b368c70f086cdb9a1df34ef9a0c72e062 (patch) | |
| tree | cb33e1e914b0d77eb01f2c8c1960f1287330c4fd /compiler-rt/lib/fuzzer/FuzzerOptions.h | |
| parent | 3bde9622555f685e8d8d25c71133093c7ab9ce48 (diff) | |
| download | bcm5719-llvm-59bf1e8b368c70f086cdb9a1df34ef9a0c72e062.tar.gz bcm5719-llvm-59bf1e8b368c70f086cdb9a1df34ef9a0c72e062.zip | |
[libFuzzer] remove the experimental support for clang coverage instrumentation. This mode has not been used and our experiments with https://github.com/google/fuzzer-test-suite show that this signal is weaker than the SanitizerCoverage
llvm-svn: 332034
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerOptions.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerOptions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerOptions.h b/compiler-rt/lib/fuzzer/FuzzerOptions.h index cedf7f37edf..6131cc1127d 100644 --- a/compiler-rt/lib/fuzzer/FuzzerOptions.h +++ b/compiler-rt/lib/fuzzer/FuzzerOptions.h @@ -53,7 +53,6 @@ struct FuzzingOptions { bool PrintCorpusStats = false; bool PrintCoverage = false; bool DumpCoverage = false; - bool UseClangCoverage = false; bool DetectLeaks = true; int PurgeAllocatorIntervalSec = 1; int UseFeatureFrequency = false; |

