diff options
author | van Hauser <vh@thc.org> | 2020-04-09 10:36:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 10:36:28 +0200 |
commit | 45e569845e2f4e3023cb46d93c0638034e6df424 (patch) | |
tree | d7c3ddb60b43641c37bdb3d259b55724876ce06f /docs | |
parent | b55421d4a119fd26a253fe114fb39ec685de4c57 (diff) | |
download | afl++-45e569845e2f4e3023cb46d93c0638034e6df424.tar.gz |
LTO llvm11 (#302)
* new LTO mode for llvm 11 * remove unneeded afl-ld and env vars
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 dd135b7e..18f38551 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -45,7 +45,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. easier: DEFAULT, CFG (INSTRIM), LTO, CTX, NGRAM-x (x=2-16) - made USE_TRACE_PC compile obsolete - LTO collision free instrumented added in llvm_mode with afl-clang-lto - - note that this mode is amazing, but quite some targets won't compile + this mode is amazing but requires you to build llvm 11 yourself - Added llvm_mode NGRAM prev_loc coverage by Adrean Herrera (https://github.com/adrianherrera/afl-ngram-pass/), activate by setting AFL_LLVM_INSTRUMENT=NGRAM-<value> or AFL_LLVM_NGRAM_SIZE=<value> |