diff options
author | van Hauser <vh@thc.org> | 2020-05-11 22:44:44 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-11 22:44:44 +0200 |
commit | 38dac93f631356d6a1288931e01f9effec9c8c88 (patch) | |
tree | 1cf5957377e0bc3bfde8b471dbe23c4ed11efa05 /llvm_mode/afl-llvm-lto-instrim.so.cc | |
parent | 6f66be12f6db19d69ba77ae152193cffc248babe (diff) | |
download | afl++-38dac93f631356d6a1288931e01f9effec9c8c88.tar.gz |
fix typos
Diffstat (limited to 'llvm_mode/afl-llvm-lto-instrim.so.cc')
-rw-r--r-- | llvm_mode/afl-llvm-lto-instrim.so.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm_mode/afl-llvm-lto-instrim.so.cc b/llvm_mode/afl-llvm-lto-instrim.so.cc index a686bb81..a7d9b756 100644 --- a/llvm_mode/afl-llvm-lto-instrim.so.cc +++ b/llvm_mode/afl-llvm-lto-instrim.so.cc @@ -10,7 +10,8 @@ http://www.apache.org/licenses/LICENSE-2.0 - This library is plugged into LLVM when invoking clang through afl-clang-fast. + This library is plugged into LLVM when invoking clang through afl-clang-fast + or afl-clang-lto with AFL_LLVM_INSTRUMENT=CFG or =INSTRIM */ |