about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-06-02 22:39:04 +0200
committervan Hauser <vh@thc.org>2019-06-02 22:39:04 +0200
commit835b84fc4953f38322084b8de08511e471f48a4a (patch)
tree29fafc8b3abe52e75b26a947feb846c4cf2009fc /docs
parent49a08e38b9afd4506e7efd191533884abe803939 (diff)
downloadafl++-835b84fc4953f38322084b8de08511e471f48a4a.tar.gz
set to compile with llvm 5.0 and 6.0
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 264057c7..620623a2 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -27,7 +27,8 @@ Version ++2.52c (2019-05-28):
     to the AFL schedule, not to the FAST schedule. So nothing changes unless
     you use the new -p option :-) - see docs/power_schedules.txt
   - added afl-system-config script to set all system performance options for fuzzing
-  - llvm_mode support currently LLVM 8, 4.0 and 3.9 (thanks to Heiko Eissfeldt for the patch)
+  - llvm_mode is currently configured to work with llvm 5.0 and 6.0.
+    To compile with 3.9 or 4.0 you must change CXX to clang++ in llvm_mode/Makefile
 
 
 ---------------------------