diff options
Diffstat (limited to 'fuzz')
| -rw-r--r-- | fuzz/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fuzz/README.md b/fuzz/README.md index 8bdfd11..53f4b93 100644 --- a/fuzz/README.md +++ b/fuzz/README.md | |||
| @@ -17,6 +17,11 @@ make PREFIX=$HOME/local install | |||
| 17 | ``` | 17 | ``` |
| 18 | then make sure that `$HOME/local/bin` is in your system path. | 18 | then make sure that `$HOME/local/bin` is in your system path. |
| 19 | 19 | ||
| 20 | If you installed LLVM from source as described in the [Zig wiki](https://github.com/ziglang/zig/wiki/How-to-build-LLVM,-libclang,-and-liblld-from-source#posix), do this instead: | ||
| 21 | ``` | ||
| 22 | LLVM_CONFIG=$HOME/local/llvm15-release/bin/llvm-config make PREFIX=$HOME/local install | ||
| 23 | ``` | ||
| 24 | |||
| 20 | # Build and run | 25 | # Build and run |
| 21 | 26 | ||
| 22 | Once AFL++ is installed, build the fuzz binary: | 27 | Once AFL++ is installed, build the fuzz binary: |