From 6df2adc8032ca672d898822e50681478a66b6697 Mon Sep 17 00:00:00 2001 From: Phil Turnbull Date: Sat, 2 Feb 2019 22:13:22 +0000 Subject: [PATCH] clang must be >= 7 --- test/fuzz/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fuzz/README.md b/test/fuzz/README.md index d5040b95..649d2d89 100644 --- a/test/fuzz/README.md +++ b/test/fuzz/README.md @@ -15,7 +15,7 @@ cd compiler-rt/lib/fuzzer ## clang -Using libFuzzer requires a reasonably new version of `clang` and will probably _not_ work with your system-installed version. The easiest way to get started is to use the version provided by the Chromium team. Instructions are available at [libFuzzer.info](http://libfuzzer.info). +Using libFuzzer requires at least version 7 of `clang` and may _not_ work with your system-installed version. If your system-installed version is too old, the easiest way to get started is to use the version provided by the Chromium team. Instructions are available at [libFuzzer.info](http://libfuzzer.info). The fuzzers can then be built with: ```