diff options
| author | Kostya Serebryany <kcc@google.com> | 2017-12-08 22:21:42 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2017-12-08 22:21:42 +0000 |
| commit | 2659c63e2e27ae0700eda1ef353d14bd0185f3b5 (patch) | |
| tree | 8696476c83457157245f7741ab97117bd7d77d1d /compiler-rt/lib/fuzzer/FuzzerOptions.h | |
| parent | 5a2583f0265007d27624e1089d40bf4b51f8718a (diff) | |
| download | bcm5719-llvm-2659c63e2e27ae0700eda1ef353d14bd0185f3b5.tar.gz bcm5719-llvm-2659c63e2e27ae0700eda1ef353d14bd0185f3b5.zip | |
[libFuzzer] honor -use_counters, sligntly change the meaning of -experimental_len_control, call UpdateFeatureFrequency only if instructed by the flag
llvm-svn: 320205
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerOptions.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerOptions.h b/compiler-rt/lib/fuzzer/FuzzerOptions.h index 31e1a4de7e4..15a378020b8 100644 --- a/compiler-rt/lib/fuzzer/FuzzerOptions.h +++ b/compiler-rt/lib/fuzzer/FuzzerOptions.h @@ -18,7 +18,7 @@ namespace fuzzer { struct FuzzingOptions { int Verbosity = 1; size_t MaxLen = 0; - bool ExperimentalLenControl = false; + size_t ExperimentalLenControl = 0; int UnitTimeoutSec = 300; int TimeoutExitCode = 77; int ErrorExitCode = 77; |

