about summary refs log tree commit diff
path: root/GNUmakefile.llvm
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-11-01 06:22:18 +0100
committerhexcoder- <heiko@hexco.de>2020-11-01 06:22:18 +0100
commitded80870a933b83d8186a160f7717641ce441a81 (patch)
treebae12b2fb810f7072c939110e1f2167ee0d2c6fc /GNUmakefile.llvm
parent5a84db7c67fb10f772d4538c10b217b816ada6d6 (diff)
downloadafl++-ded80870a933b83d8186a160f7717641ce441a81.tar.gz
reenable afl-clang(++)
Diffstat (limited to 'GNUmakefile.llvm')
-rw-r--r--GNUmakefile.llvm2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile.llvm b/GNUmakefile.llvm
index cc28695d..5ab998bb 100644
--- a/GNUmakefile.llvm
+++ b/GNUmakefile.llvm
@@ -361,6 +361,8 @@ instrumentation/afl-common.o: ./src/afl-common.c
 	@ln -sf afl-cc ./afl-c++
 	@ln -sf afl-cc ./afl-gcc
 	@ln -sf afl-cc ./afl-g++
+	@ln -sf afl-cc ./afl-clang
+	@ln -sf afl-cc ./afl-clang++
 	@ln -sf afl-cc ./afl-clang-fast
 	@ln -sf afl-cc ./afl-clang-fast++
 ifneq "$(AFL_CLANG_FLTO)" ""