diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-06-05 17:02:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-05 17:02:35 +0200 |
commit | ddd9154e7867a4aff62099f3a4c50b173e51cae0 (patch) | |
tree | 57745eaf39dd2ac0f1eccd730ef5a48ff04e3e1d | |
parent | 1474e2db23c57e3bdcc930457af876b69510d2ad (diff) | |
download | afl++-ddd9154e7867a4aff62099f3a4c50b173e51cae0.tar.gz |
give hint how to set env var for path to llvm-config tool
-rw-r--r-- | GNUmakefile.llvm | 2 |
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" |