diff options
| author | Kostya Serebryany <kcc@google.com> | 2017-07-19 22:10:30 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2017-07-19 22:10:30 +0000 |
| commit | 4a27b70ed51ce782ec8a6af45230228269103600 (patch) | |
| tree | 75d77240c87497ba8c7cc43600a561249bb7221a /llvm/docs | |
| parent | 0e0b3c97dd07d67002538d29de22918319f1fb11 (diff) | |
| download | bcm5719-llvm-4a27b70ed51ce782ec8a6af45230228269103600.tar.gz bcm5719-llvm-4a27b70ed51ce782ec8a6af45230228269103600.zip | |
[libFuzzer] enable reduce_inputs=1 by default (seems to be a big win usually)
llvm-svn: 308541
Diffstat (limited to 'llvm/docs')
| -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 0f0b0e2e6fb..b833c2a6cb9 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -345,6 +345,9 @@ possible event codes are: ``NEW`` The fuzzer has created a test input that covers new areas of the code under test. This input will be saved to the primary corpus directory. +``REDUCE`` + The fuzzer has found a better (smaller) input that triggers previously + discovered features (set ``-reduce_inputs=0`` to disable). ``pulse`` The fuzzer has generated 2\ :sup:`n` inputs (generated periodically to reassure the user that the fuzzer is still working). |

