mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-30 15:10:30 +00:00
[libFuzzer] fix typo in docs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278563 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c00a88956
commit
45edca1acf
@ -270,7 +270,7 @@ The most important command line options are:
|
||||
the same path for several parallel processes.
|
||||
``-print_final_stats``
|
||||
If 1, print statistics at exit. Defaults to 0.
|
||||
``-detect-leaks``
|
||||
``-detect_leaks``
|
||||
If 1 (default) and if LeakSanitizer is enabled
|
||||
try to detect memory leaks during fuzzing (i.e. not only at shut down).
|
||||
``-close_fd_mask``
|
||||
|
Loading…
Reference in New Issue
Block a user