about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-04 13:57:16 +0200
committervan Hauser <vh@thc.org>2020-06-04 13:57:16 +0200
commit855ee062478023983e652bed64da174d7a8dd556 (patch)
treee6927843bca5f00457af6e978bba019412a3490c /docs/Changelog.md
parentf1ad9bdaea754cd08581b7b41bac7f404763fde7 (diff)
downloadafl++-855ee062478023983e652bed64da174d7a8dd556.tar.gz
add afl-ld-lto for LTO
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 87e02938..eaaeb529 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -22,6 +22,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
       better coverage. The original afl instrumentation can be set via
       AFL_LLVM_INSTRUMENT=AFL. This is automatically done when the WHITELIST
       feature is used.
+    - some targets want a ld variant for LD that is not gcc/clang but ld, added
+      afl-ld-lto to solve this
     - lowered minimum required llvm version to 3.4 (except LLVMInsTrim,
       which needs 3.8.0)
     - WHITELIST feature now supports wildcards (thanks to sirmc)