about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-09 10:36:28 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-09 16:27:00 +0200
commitc1395bb543b3b02b491d1c16374af6efbc77a5d2 (patch)
treee33b6e9cc27dca2d9e4e677869d5742ce5599ad9 /docs
parent0c2e998f69b060867461cd903989dfe99252a8e3 (diff)
downloadafl++-c1395bb543b3b02b491d1c16374af6efbc77a5d2.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.md2
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>