mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Fix doc build: sublists require a blank line before/after.
From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 247896
This commit is contained in:
parent
41ac0c3883
commit
0a857cfdac
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user