diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-09 14:33:56 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-09 14:33:56 +0100 |
commit | db360332c4cf92c3b90d8dfab9292763e677aebf (patch) | |
tree | ab1bb8e44a22e36d1b53646a57c10844bf4a6978 /docs | |
parent | 4c6d94ea5f854071277ed9729de2d4ef7d07cc84 (diff) | |
download | afl++-db360332c4cf92c3b90d8dfab9292763e677aebf.tar.gz |
make llvm 14-dev working. again.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 34b9affb..9c3f7a98 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -47,7 +47,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - fix for shared linking on MacOS - fixed a potential crash in targets for LAF string handling - added AFL_USE_TSAN thread sanitizer support - - llvm and LTO mode modified to work with new llvm 14-dev (again) + - llvm and LTO mode modified to work with new llvm 14-dev (again. again.) - fix for AFL_REAL_LD - added the very good grammar mutator "GramaTron" to the custom_mutators |