Skip to content

Commit

Permalink
Merge pull request #377 from rust-fuzz/clarify-architectures
Browse files Browse the repository at this point in the history
Update supported architectures in README.md
  • Loading branch information
Shnatsel authored Jul 12, 2024
2 parents 351f11d + 555d04f commit 2100d6d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,8 @@
$ cargo install cargo-fuzz
```

Note: `libFuzzer` needs LLVM sanitizer support, so this only works on x86-64 Linux, x86-64 macOS
and Apple-Silicon (aarch64) macOS for now. You'll also need a C++ compiler with C++11 support.

If you have an old version of `cargo fuzz`, you can upgrade with this command:

```sh
$ cargo install -f cargo-fuzz
```
Note: `libFuzzer` needs LLVM sanitizer support, so this only works on x86-64 and Aarch64,
and only on Unix-lile operating systems (not Windows). You'll also need a C++ compiler with C++11 support.

## Usage

Expand Down

0 comments on commit 2100d6d

Please sign in to comment.