diff options
author | van Hauser <vh@thc.org> | 2020-12-25 12:25:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-25 12:25:05 +0100 |
commit | 450fd17451a31e2f327a4370165e88d99535c6fd (patch) | |
tree | 003d67273010b7552ce25901add3740cfb2a839b /docs | |
parent | 7dc433a0c0efb236a2ab6fa4006a91aa02e26779 (diff) | |
parent | a4fd4ea0f46529feb09577a13cc7c053fb22146f (diff) | |
download | afl++-450fd17451a31e2f327a4370165e88d99535c6fd.tar.gz |
Merge pull request #654 from AFLplusplus/dev
fix LTO
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index cf9bfbe1..c1cd2d5a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -22,6 +22,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - added AFL_LLVM_INSTRUMENT option NATIVE for native clang pc-guard support (less performant than our own), GCC for old afl-gcc and CLANG for old afl-clang + - warn on any _AFL and __AFL env var + - LLVM mode is now compiled with -j4, unicorn with all cores. qemu was + already building with all cores, the gcc plugin needs only one. - added dummy Makefile to instrumentation/ |