diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-19 11:05:42 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-19 11:05:49 +0200 |
commit | 3b5fa3632b0e482b2915709d7fbec827e1d997b9 (patch) | |
tree | 07338ec82703c20cc1f78a235ac3ad16e2465bf1 /docs/Changelog.md | |
parent | 86a8ef168dda766d2f25f15c15c4d3ecf21d0667 (diff) | |
download | afl++-3b5fa3632b0e482b2915709d7fbec827e1d997b9.tar.gz |
drop support for llvm < 6.0
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 9c9a3976..520b13b1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -30,6 +30,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. -i dir crashes the target or results in a timeout. By default afl++ ignores these and uses them for splicing instead. - afl-cc: + - We do not support llvm versions prior 6.0 anymore - Leak Sanitizer (AFL_USE_LSAN) added by Joshua Rogers, thanks! - Removed InsTrim instrumentation as it is not as good as PCGUARD - Removed automatic linking with -lc++ for LTO mode |