OSDN Git Service

[libFuzzer] doc update
authorKostya Serebryany <kcc@google.com>
Thu, 15 Dec 2016 18:47:22 +0000 (18:47 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 15 Dec 2016 18:47:22 +0000 (18:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289849 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LibFuzzer.rst

index ae565c6..c4abe12 100644 (file)
@@ -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