diff options
author | hexcoder- <heiko@hexco.de> | 2021-06-08 10:05:04 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-06-08 10:05:04 +0200 |
commit | c88f650bf8a74fccafc2827489633e5c92a0bf5e (patch) | |
tree | 5cc820ab3835ad9d9c59702224ff437419143d12 | |
parent | fff8c5e0a855eb26408a555758ebe29044b047cd (diff) | |
download | afl++-c88f650bf8a74fccafc2827489633e5c92a0bf5e.tar.gz |
adapt to minimum llvm version
-rw-r--r-- | instrumentation/README.llvm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.llvm.md b/instrumentation/README.llvm.md index 8ce5afb9..2d428e6d 100644 --- a/instrumentation/README.llvm.md +++ b/instrumentation/README.llvm.md @@ -6,7 +6,7 @@ ## 1) Introduction -! llvm_mode works with llvm versions 6.0 up to 12 ! +! llvm_mode works with llvm versions 3.8 up to 12 ! The code in this directory allows you to instrument programs for AFL using true compiler-level instrumentation, instead of the more crude |