[llvm] r289849 - [libFuzzer] doc update

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 10:47:22 PST 2016


Author: kcc
Date: Thu Dec 15 12:47:22 2016
New Revision: 289849

URL: http://llvm.org/viewvc/llvm-project?rev=289849&view=rev
Log:
[libFuzzer] doc update

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=289849&r1=289848&r2=289849&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Thu Dec 15 12:47:22 2016
@@ -341,9 +341,6 @@ possible event codes are:
 ``DONE``
   The fuzzer has completed operation because it has reached the specified
   iteration limit (``-runs``) or time limit (``-max_total_time``).
-``MIN<n>``
-  The fuzzer is minimizing the combination of input corpus directories into
-  a single unified corpus (due to the ``-merge`` command line option).
 ``RELOAD``
   The fuzzer is performing a periodic reload of inputs from the corpus
   directory; this allows it to discover any inputs discovered by other




More information about the llvm-commits mailing list