about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-01-21 12:53:36 +0100
committervan Hauser <vh@thc.org>2020-01-21 12:53:36 +0100
commit00d086f816d6b517a6817d6093a83ed8a65b18fa (patch)
treef820d7406cf0cff1b137bd8b6816d5fd6416cdb7 /docs
parent0d5a8f69e9785cdaec4c9b62e186050112a7cb8f (diff)
downloadafl++-00d086f816d6b517a6817d6093a83ed8a65b18fa.tar.gz
USE_TRACE_PC unnecessary, set env AFL_LLVM_USE_TRACE_PC instead
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 5347d244..bb3537dd 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -21,9 +21,11 @@ Version ++2.60d (develop):
   - afl-fuzz:
      - now prints the real python version support compiled in
      - set stronger performance compile options and little tweaks
-  - afl-clang-fast now shows in the help output for which llvm version it
-    was compiled for
-  - added blacklisted function check in llvm_mode
+  - afl-clang-fast:
+     - show in the help output for which llvm version it was compiled for
+     - now does not need to be recompiled between trace-pc and pass
+       instrumentation. compile normally and set AFL_LLVM_USE_TRACE_PC :)
+  - added blacklisted function check in all modules of llvm_mode
   - added fix from Debian project to compile libdislocator and libtokencap