From 547fa15823c3e299a02f9d1f2fc744cdf6bb8c41 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Thu, 16 Nov 2017 18:58:14 +0000 Subject: [PATCH] [libFuzzer] add docs for -reduce_inputs llvm-svn: 318439 --- llvm/docs/LibFuzzer.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index e3051a6bd1f7..d4e33cb0670e 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/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``