aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile.llvm
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2021-06-05 17:02:35 +0200
committerGitHub <noreply@github.com>2021-06-05 17:02:35 +0200
commitddd9154e7867a4aff62099f3a4c50b173e51cae0 (patch)
tree57745eaf39dd2ac0f1eccd730ef5a48ff04e3e1d /GNUmakefile.llvm
parent1474e2db23c57e3bdcc930457af876b69510d2ad (diff)
downloadAFLplusplus-ddd9154e7867a4aff62099f3a4c50b173e51cae0.tar.gz
give hint how to set env var for path to llvm-config tool
Diffstat (limited to 'GNUmakefile.llvm')
-rw-r--r--GNUmakefile.llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.llvm b/GNUmakefile.llvm
index 2d50badc..64ba73f4 100644
--- a/GNUmakefile.llvm
+++ b/GNUmakefile.llvm
@@ -57,7 +57,7 @@ LLVM_APPLE_XCODE = $(shell clang -v 2>&1 | grep -q Apple && echo 1 || echo 0)
LLVM_LTO = 0
ifeq "$(LLVMVER)" ""
- $(warning [!] llvm_mode needs llvm-config, which was not found)
+ $(warning [!] llvm_mode needs llvm-config, which was not found. Set LLVM_CONFIG to its path and retry.)
endif
ifeq "$(LLVM_UNSUPPORTED)" "1"