diff options
author | hexcoder- <heiko@hexco.de> | 2020-11-01 06:22:18 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-11-01 06:22:18 +0100 |
commit | ded80870a933b83d8186a160f7717641ce441a81 (patch) | |
tree | bae12b2fb810f7072c939110e1f2167ee0d2c6fc /GNUmakefile.llvm | |
parent | 5a84db7c67fb10f772d4538c10b217b816ada6d6 (diff) | |
download | afl++-ded80870a933b83d8186a160f7717641ce441a81.tar.gz |
reenable afl-clang(++)
Diffstat (limited to 'GNUmakefile.llvm')
-rw-r--r-- | GNUmakefile.llvm | 2 |
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)" "" |