From 460787196abdcefabd5e5a281586641903a93684 Mon Sep 17 00:00:00 2001 From: "Dongjia \"toka\" Zhang" Date: Tue, 14 Mar 2023 02:09:39 +0900 Subject: [PATCH] Update README.md (#1142) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20a4929df0..aacc9e99ef 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ We highly recommend *not* to use e.g. your Linux distribition package as this is Rust directly, instructions can be found [here](https://www.rust-lang.org/tools/install). - LLVM tools -The LLVM tools are needed (newer than LLVM 11.0.0 but older than LLVM 15.0.0) +The LLVM tools (including clang, clang++) are needed (newer than LLVM 11.0.0 but older than LLVM 15.0.0) - Cargo-make We use cargo-make to build the fuzzers in `fuzzers/` directory. You can install it with