commit | ab73c6924f56f47ddf7ca41de467e5d2b255fe30 | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <kcc@google.com> | Fri Sep 23 00:46:18 2016 +0000 |
committer | Kostya Serebryany <kcc@google.com> | Fri Sep 23 00:46:18 2016 +0000 |
tree | 2f0e7b676cca69155ebcda35cf0ccc2cdfb55bfa | |
parent | e190cd28340360a4526754185d22c3972878be79 [diff] [blame] |
[libFuzzer] move value profiling logic into TracePC llvm-svn: 282219
diff --git a/llvm/lib/Fuzzer/FuzzerOptions.h b/llvm/lib/Fuzzer/FuzzerOptions.h index 2c09706..cb3679d 100644 --- a/llvm/lib/Fuzzer/FuzzerOptions.h +++ b/llvm/lib/Fuzzer/FuzzerOptions.h
@@ -30,7 +30,7 @@ bool UseIndirCalls = true; bool UseMemcmp = true; bool UseMemmem = true; - bool UseFullCoverageSet = false; + bool UseValueProfile = false; bool Reload = true; bool ShuffleAtStartUp = true; bool PreferSmall = true;