diff options
author | Kostya Serebryany <kcc@google.com> | 2015-05-22 22:47:03 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2015-05-22 22:47:03 +0000 |
commit | f3c7cb464e5e616a58f0b27e8969dd42efe4520c (patch) | |
tree | 02f088f79869f5162c01c43c7a7cd89abf41f235 /llvm/lib/Fuzzer/FuzzerFlags.def | |
parent | 926b9bdffcc14a0e7225e9feb6da8918c0bf3ec5 (diff) | |
download | bcm5719-llvm-f3c7cb464e5e616a58f0b27e8969dd42efe4520c.tar.gz bcm5719-llvm-f3c7cb464e5e616a58f0b27e8969dd42efe4520c.zip |
[lib/Fuzzer] remove -use_coverage_pairs=1, an experimental feature that is unlikely to ever scale
llvm-svn: 238063
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerFlags.def')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerFlags.def | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerFlags.def b/llvm/lib/Fuzzer/FuzzerFlags.def index c6fa388b728..d50cd3d6563 100644 --- a/llvm/lib/Fuzzer/FuzzerFlags.def +++ b/llvm/lib/Fuzzer/FuzzerFlags.def @@ -41,8 +41,6 @@ FUZZER_FLAG_INT(use_full_coverage_set, 0, "Experimental: Maximize the number of different full" " coverage sets as opposed to maximizing the total coverage." " This is potentially MUCH slower, but may discover more paths.") -FUZZER_FLAG_INT(use_coverage_pairs, 0, - "Experimental: Maximize the number of different coverage pairs.") FUZZER_FLAG_INT(jobs, 0, "Number of jobs to run. If jobs >= 1 we spawn" " this number of jobs in separate worker processes" " with stdout/stderr redirected to fuzz-JOB.log.") |