[llvm] r247896 - Fix doc build: sublists require a blank line before/after.
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 17:49:08 PDT 2015
thanks!
On Thu, Sep 17, 2015 at 8:59 AM, Mehdi Amini via llvm-commits <
llvm-commits at lists.llvm.org> wrote:
> Author: mehdi_amini
> Date: Thu Sep 17 10:59:52 2015
> New Revision: 247896
>
> URL: http://llvm.org/viewvc/llvm-project?rev=247896&view=rev
> Log:
> Fix doc build: sublists require a blank line before/after.
>
> From: Mehdi Amini <mehdi.amini at apple.com>
>
> 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=247896&r1=247895&r2=247896&view=diff
>
> ==============================================================================
> --- llvm/trunk/docs/LibFuzzer.rst (original)
> +++ llvm/trunk/docs/LibFuzzer.rst Thu Sep 17 10:59:52 2015
> @@ -237,7 +237,7 @@ to find Heartbleed with LibFuzzer::
> SSL_free(server);
> }
> EOF
> - # Build the fuzzer.
> + # Build the fuzzer.
> clang++ -g handshake-fuzz.cc -fsanitize=address \
> openssl-1.0.1f/libssl.a openssl-1.0.1f/libcrypto.a Fuzzer*.o
> # Run 20 independent fuzzer jobs.
> @@ -454,6 +454,7 @@ Trophies
> * llvm-as: https://llvm.org/bugs/show_bug.cgi?id=24639
>
> * Disassembler:
> +
> * Mips: Discovered a number of untested instructions for the Mips
> target
> (see valid-mips*.s in http://reviews.llvm.org/rL247405,
> http://reviews.llvm.org/rL247414, http://reviews.llvm.org/rL247416,
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150917/b7a01501/attachment.html>
More information about the llvm-commits
mailing list