Require LLVM 3.7

We are using getMCTargetInfo which is 3.7+
This commit is contained in:
Simonas Kazlauskas 2016-06-06 01:25:11 +03:00
parent 8cbffc5bcf
commit 12abddb06b
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -987,11 +987,11 @@ then
LLVM_VERSION=$($LLVM_CONFIG --version)
case $LLVM_VERSION in
(3.[6-8]*)
(3.[7-8]*)
msg "found ok version of LLVM: $LLVM_VERSION"
;;
(*)
err "bad LLVM version: $LLVM_VERSION, need >=3.6"
err "bad LLVM version: $LLVM_VERSION, need >=3.7"
;;
esac
fi