diff options
author | vanhauser-thc <vh@thc.org> | 2024-01-09 16:50:57 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-01-09 16:50:57 +0100 |
commit | db65dc5a0b5174f6eb22befee6dbc703092ff168 (patch) | |
tree | d7b740514f711243ec6a7883bbbcf2db07a3e5ca /docs/Changelog.md | |
parent | bb6d9cddd73e2954a3e9d30dc8f73f04e6d90ec3 (diff) | |
download | afl++-db65dc5a0b5174f6eb22befee6dbc703092ff168.tar.gz |
lto llvm 12+
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 69a369e3..7d388134 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -11,6 +11,7 @@ reporting! - afl-cc: - large rewrite by @SonicStark which fixes a few corner cases, thanks! + - LTO mode now requires llvm 12+ - instrumentation: - LLVM 18 support, thanks to @devnexen! - Injection (SQL, LDAP, XSS) feature now available, see |