diff options
author | Kostya Serebryany <kcc@google.com> | 2016-09-08 22:21:13 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-09-08 22:21:13 +0000 |
commit | dec394935fb1415315d21b6de10ab0f1ea1772fe (patch) | |
tree | 9178d14f76c68d7fadab7710349a53b4ba9ef76e /llvm/docs/LibFuzzer.rst | |
parent | 87823f8e4d861a03da136d8de02e9140c53bad25 (diff) | |
download | bcm5719-llvm-dec394935fb1415315d21b6de10ab0f1ea1772fe.tar.gz bcm5719-llvm-dec394935fb1415315d21b6de10ab0f1ea1772fe.zip |
[libFuzzer] add missing docs
llvm-svn: 280996
Diffstat (limited to 'llvm/docs/LibFuzzer.rst')
-rw-r--r-- | llvm/docs/LibFuzzer.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index be4eda323ad..9074cd8872f 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -238,6 +238,9 @@ The most important command line options are: 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 |