From b063ae2f8008c7ff39e44e8a21f19ce0e0654e52 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Thu, 17 Sep 2015 15:59:52 +0000 Subject: [PATCH] Fix doc build: sublists require a blank line before/after. From: Mehdi Amini git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247896 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LibFuzzer.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index 2b32337aebb..97319bec002 100644 --- a/docs/LibFuzzer.rst +++ b/docs/LibFuzzer.rst @@ -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, -- 2.34.1