diff options
author | Hans Wennborg <hans@hanshq.net> | 2019-02-12 09:08:52 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2019-02-12 09:08:52 +0000 |
commit | be4c0ff00a61d89b2801bac45c74c9877aa83beb (patch) | |
tree | 0e1a2934dcfbbf1498d499fb6f282e3c9248eef8 | |
parent | eaa0ad672e3935d79c00c8c181329e4f0630945b (diff) | |
download | bcm5719-llvm-be4c0ff00a61d89b2801bac45c74c9877aa83beb.tar.gz bcm5719-llvm-be4c0ff00a61d89b2801bac45c74c9877aa83beb.zip |
LibFuzzer.rst: double backticks
llvm-svn: 353809
-rw-r--r-- | llvm/docs/LibFuzzer.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index eb68f12fdbe..998dc7ca3ba 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -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 |