Skip to content

Commit

Permalink
[libFuzzer] doc update
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289849 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
kcc committed Dec 15, 2016
1 parent d834e08 commit 94ab0f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/LibFuzzer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94ab0f2

Please sign in to comment.