[llvm] r278563 - [libFuzzer] fix typo in docs
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 12 13:42:24 PDT 2016
Author: kcc
Date: Fri Aug 12 15:42:24 2016
New Revision: 278563
URL: http://llvm.org/viewvc/llvm-project?rev=278563&view=rev
Log:
[libFuzzer] fix typo in docs
Modified:
llvm/trunk/docs/LibFuzzer.rst
Modified: llvm/trunk/docs/LibFuzzer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LibFuzzer.rst?rev=278563&r1=278562&r2=278563&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Fri Aug 12 15:42:24 2016
@@ -270,7 +270,7 @@ The most important command line options
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``
More information about the llvm-commits
mailing list