about summary refs log tree commit diff
path: root/llvm_mode/Makefile
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 /llvm_mode/Makefile
parent49a08e38b9afd4506e7efd191533884abe803939 (diff)
downloadafl++-835b84fc4953f38322084b8de08511e471f48a4a.tar.gz
set to compile with llvm 5.0 and 6.0
Diffstat (limited to 'llvm_mode/Makefile')
-rw-r--r--llvm_mode/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm_mode/Makefile b/llvm_mode/Makefile
index ec417e2e..100d57f5 100644
--- a/llvm_mode/Makefile
+++ b/llvm_mode/Makefile
@@ -51,6 +51,7 @@ endif
 
 ifeq "$(origin CC)" "default"
   CC         = clang
+  # if you use llvm 3.9 or 4.0 switch this to clang++ below
   CXX        = g++
 endif