mirror of https://github.com/rust-lang/rust.git
Recognize LLVM 3.4 when building on opensuse with --llvm-root specified.
This commit is contained in:
parent
51ace54597
commit
172207487b
|
@ -591,7 +591,7 @@ then
|
||||||
LLVM_VERSION=$($LLVM_CONFIG --version)
|
LLVM_VERSION=$($LLVM_CONFIG --version)
|
||||||
|
|
||||||
case $LLVM_VERSION in
|
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"
|
msg "found ok version of LLVM: $LLVM_VERSION"
|
||||||
;;
|
;;
|
||||||
(*)
|
(*)
|
||||||
|
|
Loading…
Reference in New Issue