summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-11-16 18:58:14 +0000
committerKostya Serebryany <kcc@google.com>2017-11-16 18:58:14 +0000
commit549203e4351dcdde4e2b30fe46f3f9d8add9d2d5 (patch)
treef6777c76bec32da4b3d9cefcf05906e3cd4c2635 /docs
parent767202fb37ae4ea62e6952f0ef008d054d0e7c55 (diff)
[libFuzzer] add docs for -reduce_inputs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318439 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LibFuzzer.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst
index e3051a6bd1f..d4e33cb0670 100644
--- a/docs/LibFuzzer.rst
+++ b/docs/LibFuzzer.rst
@@ -282,6 +282,9 @@ The most important command line options are:
``-use_counters``
Use `coverage counters`_ to generate approximate counts of how often code
blocks are hit; defaults to 1.
+``-reduce_inputs``
+ Try to reduce the size of inputs while preserving their full feature sets;
+ defaults to 1.
``-use_value_profile``
Use `value profile`_ to guide corpus expansion; defaults to 0.
``-only_ascii``