summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2015-09-17 15:59:52 +0000
committerMehdi Amini <mehdi.amini@apple.com>2015-09-17 15:59:52 +0000
commit30618f978e4b78410d263cd788060dba878f54e6 (patch)
tree294c39d93cdd2fb50713e6f33eceab88b0b369ad /llvm/docs
parentb20f1d0a3cd20ba79a4534d9ee3f5f086fde7d28 (diff)
downloadbcm5719-llvm-30618f978e4b78410d263cd788060dba878f54e6.tar.gz
bcm5719-llvm-30618f978e4b78410d263cd788060dba878f54e6.zip
Fix doc build: sublists require a blank line before/after.
From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 247896
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LibFuzzer.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst
index 2b32337aebb..97319bec002 100644
--- a/llvm/docs/LibFuzzer.rst
+++ b/llvm/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,
OpenPOWER on IntegriCloud