aboutsummaryrefslogtreecommitdiff
path: root/llvm_mode
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-03 11:38:44 +0200
committervan Hauser <vh@thc.org>2019-09-03 11:38:44 +0200
commit45f00e45be3eeb1109aaa7b7756d15b795f2acde (patch)
treed2ff65b8892f2e744efbd0aa221eed1f7e9a4085 /llvm_mode
parente969afc627ee625472b6e5d8b96c06c81d722aa4 (diff)
downloadAFLplusplus-45f00e45be3eeb1109aaa7b7756d15b795f2acde.tar.gz
error to warn change
Diffstat (limited to 'llvm_mode')
-rw-r--r--llvm_mode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/Makefile b/llvm_mode/Makefile
index 88e9d579..6332b01a 100644
--- a/llvm_mode/Makefile
+++ b/llvm_mode/Makefile
@@ -40,7 +40,7 @@ LLVM_UNSUPPORTED = $(shell $(LLVM_CONFIG) --version | egrep -q '^[12]|^3\.0|^1[0
LLVM_MAJOR = ($shell $(LLVM_CONFIG) --version | sed 's/\..*//')
ifeq "$(LLVM_UNSUPPORTED)" "1"
- $(error llvm_mode only supports versions 3.8.0 up to 9)
+ $(warn llvm_mode only supports versions 3.8.0 up to 9)
endif
# this is not visible yet: