about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-06-03 13:10:27 +0200
committervan Hauser <vh@thc.org>2019-06-03 13:10:27 +0200
commit14bfde3f78ab7efdea0d72dc731a39e2e47bb2c3 (patch)
tree1e48bacf07ed4e137cf4a72bc9fb44d8258ce55f /docs
parent835b84fc4953f38322084b8de08511e471f48a4a (diff)
downloadafl++-14bfde3f78ab7efdea0d72dc731a39e2e47bb2c3.tar.gz
llvm compile fix
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog3
-rw-r--r--docs/README2
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 620623a2..0393e8c3 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -27,8 +27,7 @@ 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 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
+  - llvm_mode works with llvm 3.9 up to including 6.0.1
 
 
 ---------------------------
diff --git a/docs/README b/docs/README
index 2351f3ae..9279a361 100644
--- a/docs/README
+++ b/docs/README
@@ -119,7 +119,7 @@ The clang wrappers (afl-clang and afl-clang++) can be used in the same way;
 clang users may also opt to leverage a higher-performance instrumentation mode,
 as described in llvm_mode/README.llvm.
 Clang/LLVM has a much better performance, but only works with LLVM up to and
-including 6.0.
+including 6.0.1.
 Using the LAF Intel performance enhancements are also recommended, see 
 docs/README.laf-intel