Recognize LLVM 3.4 when building on opensuse with --llvm-root specified.

This commit is contained in:
lyuts 2014-01-01 16:46:29 -08:00
parent 51ace54597
commit 172207487b

2
configure vendored
View file

@ -591,7 +591,7 @@ then
LLVM_VERSION=$($LLVM_CONFIG --version)
case $LLVM_VERSION in
(3.3|3.3svn|3.2|3.2svn)
(3.[2-4]svn|3.[2-4])
msg "found ok version of LLVM: $LLVM_VERSION"
;;
(*)