[llvm] r354536 - [libFuzzer] fix the docs

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 16:43:46 PST 2019


Author: kcc
Date: Wed Feb 20 16:43:46 2019
New Revision: 354536

URL: http://llvm.org/viewvc/llvm-project?rev=354536&view=rev
Log:
[libFuzzer] fix the 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=354536&r1=354535&r2=354536&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Wed Feb 20 16:43:46 2019
@@ -191,6 +191,7 @@ small random subsets of the corpus. Afte
 merges the corpus generated by the child back to the main corpus.
 
 Related flags:
+
 ``-ignore_ooms``
   True by default. If an OOM happens during fuzzing in one of the child processes,
   the reproducer is saved on disk, and fuzzing continues.




More information about the llvm-commits mailing list