support llvm version 3.7 in configure

LLVM version 3.7 should be supported as external version (when using
--llvm-root configure option), as the current embedded LLVM version is
3.7.0svn.
This commit is contained in:
Sébastien Marie 2015-06-24 08:36:42 +02:00
parent 5678a1a299
commit e0283ab9c4
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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