diff options
author | hexcoder- <heiko@hexco.de> | 2021-06-05 17:08:08 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2021-06-05 17:08:08 +0200 |
commit | 436f997d2658aee79d5eadafdb6af8a283941b9b (patch) | |
tree | dcbcfae9f9509d30cd12ea1738ee87ec19d262a5 /GNUmakefile.llvm | |
parent | 8f04269e179bd38390acef57ca3ea3e33a2f9a5e (diff) | |
download | afl++-436f997d2658aee79d5eadafdb6af8a283941b9b.tar.gz |
Revert "give hint for setting path to llvm-config tool, make clean on Frida may fail"
This reverts commit fd07853550efe5b2927cd49e008393c69a69934c.
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 64ba73f4..2d50badc 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. Set LLVM_CONFIG to its path and retry.) + $(warning [!] llvm_mode needs llvm-config, which was not found) endif ifeq "$(LLVM_UNSUPPORTED)" "1" |