diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:23:22 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:23:22 +0100 |
commit | aa6586a761c47da1f202221c9a449b692cacbcae (patch) | |
tree | f643712e4a2cf16491449c74a118253cb001dc5d /instrumentation/README.llvm.md | |
parent | 377adb776ee2adb3cb17a174279e384ae9dd590c (diff) | |
download | afl++-aa6586a761c47da1f202221c9a449b692cacbcae.tar.gz |
Fix typos - 1st run
Diffstat (limited to 'instrumentation/README.llvm.md')
-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 ac8f2f2a..c93cd312 100644 --- a/instrumentation/README.llvm.md +++ b/instrumentation/README.llvm.md @@ -125,7 +125,7 @@ For splitting memcmp, strncmp, etc., see Then there are different ways of instrumenting the target: -1. An better instrumentation strategy uses LTO and link time instrumentation. +1. A better instrumentation strategy uses LTO and link time instrumentation. Note that not all targets can compile in this mode, however, if it works it is the best option you can use. To go with this option, use afl-clang-lto/afl-clang-lto++. See [README.lto.md](README.lto.md). |