mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
[libFuzzer] Minor documentation fixes.
This commit is contained in:
parent
fdb6466319
commit
641e31f422
@ -250,7 +250,7 @@ still work.
|
|||||||
The most important command line options are:
|
The most important command line options are:
|
||||||
|
|
||||||
``-help``
|
``-help``
|
||||||
Print help message.
|
Print help message (``-help=1``).
|
||||||
``-seed``
|
``-seed``
|
||||||
Random seed. If 0 (the default), the seed is generated.
|
Random seed. If 0 (the default), the seed is generated.
|
||||||
``-runs``
|
``-runs``
|
||||||
@ -258,7 +258,7 @@ The most important command line options are:
|
|||||||
``-max_len``
|
``-max_len``
|
||||||
Maximum length of a test input. If 0 (the default), libFuzzer tries to guess
|
Maximum length of a test input. If 0 (the default), libFuzzer tries to guess
|
||||||
a good value based on the corpus (and reports it).
|
a good value based on the corpus (and reports it).
|
||||||
``len_control``
|
``-len_control``
|
||||||
Try generating small inputs first, then try larger inputs over time.
|
Try generating small inputs first, then try larger inputs over time.
|
||||||
Specifies the rate at which the length limit is increased (smaller == faster).
|
Specifies the rate at which the length limit is increased (smaller == faster).
|
||||||
Default is 100. If 0, immediately try inputs with size up to max_len.
|
Default is 100. If 0, immediately try inputs with size up to max_len.
|
||||||
|
Loading…
Reference in New Issue
Block a user