about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-31 17:53:01 +0200
committervan Hauser <vh@thc.org>2020-07-31 17:53:01 +0200
commit185f4436598aacb3f25736ce6eb53309d1d9472f (patch)
tree0243091f8296ccb3460c620ccc816a75e3bbd7e5 /docs/Changelog.md
parentc101a3f5abf0b813e4bf1e848022835bc558d084 (diff)
downloadafl++-185f4436598aacb3f25736ce6eb53309d1d9472f.tar.gz
add LTO AFL_LLVM_DOCUMENT_IDS feature
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 dcaf64a7..14d00a43 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -26,6 +26,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
      - LTO: autodictionary mode is a default
      - LTO: instrim instrumentation disabled, only classic support used
             as it is always better
+     - LTO: env var AFL_LLVM_DOCUMENT_IDS=file will document which edge ID
+            was given to which function during compilation
      - setting AFL_LLVM_LAF_SPLIT_FLOATS now activates
        AFL_LLVM_LAF_SPLIT_COMPARES
   - added honggfuzz mangle as a custom mutator in custom_mutators/honggfuzz