summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/FuzzerOptions.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2018-07-03 22:33:09 +0000
committerKostya Serebryany <kcc@google.com>2018-07-03 22:33:09 +0000
commit51ddb8830078f36e7a8109716d03f5ea72e582cc (patch)
tree94a1a3069231435e84cbe43f274720e8e1760096 /compiler-rt/lib/fuzzer/FuzzerOptions.h
parentf5d83f376813c8adbd94bdc498225f75d3adaffd (diff)
downloadbcm5719-llvm-51ddb8830078f36e7a8109716d03f5ea72e582cc.tar.gz
bcm5719-llvm-51ddb8830078f36e7a8109716d03f5ea72e582cc.zip
[libFuzzer] add one more value profile metric, under a flag (experimental)
llvm-svn: 336234
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerOptions.h')
-rw-r--r--compiler-rt/lib/fuzzer/FuzzerOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerOptions.h b/compiler-rt/lib/fuzzer/FuzzerOptions.h
index 26487d9edb7..ab90df82a63 100644
--- a/compiler-rt/lib/fuzzer/FuzzerOptions.h
+++ b/compiler-rt/lib/fuzzer/FuzzerOptions.h
@@ -31,7 +31,7 @@ struct FuzzingOptions {
bool UseCounters = false;
bool UseMemmem = true;
bool UseCmp = false;
- bool UseValueProfile = false;
+ int UseValueProfile = false;
bool Shrink = false;
bool ReduceInputs = false;
int ReloadIntervalSec = 1;
OpenPOWER on IntegriCloud