Fix configure for LLVM 3.8

This commit is contained in:
Dong Zhou 2015-09-09 11:32:05 -04:00
parent 7c8ae608dc
commit d77a249917

2
configure vendored
View file

@ -956,7 +956,7 @@ then
LLVM_VERSION=$($LLVM_CONFIG --version)
case $LLVM_VERSION in
(3.[5-7]*)
(3.[5-8]*)
msg "found ok version of LLVM: $LLVM_VERSION"
;;
(*)