diff options
-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 51e9995b..07636970 100644 --- a/instrumentation/README.llvm.md +++ b/instrumentation/README.llvm.md @@ -183,7 +183,7 @@ targets this way: AFL_LLVM_INSTRUMENT=PCGUARD make ``` -Note that this us currently the default if you use LLVM >= 7, as it is the best +Note that this is currently the default if you use LLVM >= 7, as it is the best mode. Recommended is LLVM >= 9. If you have llvm 11+ and compiled afl-clang-lto - this is the only better mode. |