Update fuzzing README for recent clang versions
authorBrian Chen <brian.chxn@gmail.com>
Tue, 7 May 2019 08:05:44 +0000 (04:05 -0400)
committerKurt Roeckx <kurt@roeckx.be>
Wed, 18 Sep 2019 20:19:24 +0000 (22:19 +0200)
commit639b53ecd82648fbb66a2ab7dabece7f15a1f730
tree3763b421564d03168c5d41303005895d8ce35061
parenta74b2eda2fcc386e85c6f859729631b0642c4ee6
Update fuzzing README for recent clang versions

Recent clang versions ship with libfuzzer, so there's no need to build
libfuzzer yourself. They also have a dedicated -fsanitize=fuzzer-no-link
flag and no longer support the sanitize flags described in the fuzzing
README. Update it to reflect all this.

Fixes #8768.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
GH: #8891
fuzz/README.md