[llvm] r280996 - [libFuzzer] add missing docs

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 15:21:13 PDT 2016


Author: kcc
Date: Thu Sep  8 17:21:13 2016
New Revision: 280996

URL: http://llvm.org/viewvc/llvm-project?rev=280996&view=rev
Log:
[libFuzzer] add missing docs

Modified:
    llvm/trunk/docs/LibFuzzer.rst

Modified: llvm/trunk/docs/LibFuzzer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LibFuzzer.rst?rev=280996&r1=280995&r2=280996&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Thu Sep  8 17:21:13 2016
@@ -238,6 +238,9 @@ The most important command line options
   If set to 1, any corpus inputs from the 2nd, 3rd etc. corpus directories
   that trigger new code coverage will be merged into the first corpus
   directory.  Defaults to 0. This flag can be used to minimize a corpus.
+``-minimize_crash``
+  If 1, minimizes the provided crash input.
+  Use with -runs=N or -max_total_time=N to limit the number attempts.
 ``-reload``
   If set to 1 (the default), the corpus directory is re-read periodically to
   check for new inputs; this allows detection of new inputs that were discovered




More information about the llvm-commits mailing list