diff options
author | hexcoder- <hexcoder-@github.com> | 2021-06-05 16:49:20 +0200 |
---|---|---|
committer | hexcoder- <hexcoder-@github.com> | 2021-06-05 16:49:20 +0200 |
commit | fd07853550efe5b2927cd49e008393c69a69934c (patch) | |
tree | 3ca2c0751d80e1475b27cb4ab901d950d3b39296 /GNUmakefile.llvm | |
parent | a321d4102b6c3bec3471c4351692d1ad2a410e70 (diff) | |
download | afl++-fd07853550efe5b2927cd49e008393c69a69934c.tar.gz |
give hint for setting path to llvm-config tool, make clean on Frida may fail
Diffstat (limited to 'GNUmakefile.llvm')
-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" |