1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[libFuzzer] doc update

llvm-svn: 289849
This commit is contained in:
Kostya Serebryany 2016-12-15 18:47:22 +00:00
parent 72ba7eab6d
commit 3fc8d1bd53

View 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