[llvm] r353809 - LibFuzzer.rst: double backticks
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 12 01:08:52 PST 2019
Author: hans
Date: Tue Feb 12 01:08:52 2019
New Revision: 353809
URL: http://llvm.org/viewvc/llvm-project?rev=353809&view=rev
Log:
LibFuzzer.rst: double backticks
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=353809&r1=353808&r2=353809&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Tue Feb 12 01:08:52 2019
@@ -655,9 +655,9 @@ that has libFuzzer from
`LLVM Snapshot Builds <https://llvm.org/builds/>`_.
Using libFuzzer on Windows without ASAN is unsupported. Building fuzzers with the
-`/MD` (dynamic runtime library) compile option is unsupported. Support for these
-may be added in the future. Linking fuzzers with the `/INCREMENTAL` link option
-(or the `/DEBUG` option which implies it) is also unsupported.
+``/MD`` (dynamic runtime library) compile option is unsupported. Support for these
+may be added in the future. Linking fuzzers with the ``/INCREMENTAL`` link option
+(or the ``/DEBUG`` option which implies it) is also unsupported.
Send any questions or comments to the mailing list: libfuzzer(#)googlegroups.com
More information about the llvm-commits
mailing list