diff options
author | vanhauser-thc <vh@thc.org> | 2021-08-25 12:29:35 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-08-25 12:29:44 +0200 |
commit | e25f7cefdc796e2e52f53388492d476c52d3e251 (patch) | |
tree | 0840ab22988eb9f06d4f6f59609aa7a596a82fe2 /docs/Changelog.md | |
parent | 9e2a94532b7fd5191de905a8464176114ee7d258 (diff) | |
download | afl++-e25f7cefdc796e2e52f53388492d476c52d3e251.tar.gz |
announce llvm 13 support
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 7ccae7c2..7d72b2df 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -15,6 +15,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. information on how to deal with instrumenting libraries - afl-cc: - fix for shared linking on MacOS + - llvm and LTO mode verified to work with new llvm 14-dev - added the very good grammar mutator "GramaTron" to the custom_mutators - added optimin, a faster and better corpus minimizer by |