mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
configure: LLVM 3.0 no longer supported
This commit is contained in:
parent
a92218e630
commit
f1eb7ce013
2
configure
vendored
2
configure
vendored
@ -297,7 +297,7 @@ then
|
|||||||
LLVM_VERSION=$($LLVM_CONFIG --version)
|
LLVM_VERSION=$($LLVM_CONFIG --version)
|
||||||
|
|
||||||
case $LLVM_VERSION in
|
case $LLVM_VERSION in
|
||||||
(3.0svn | 3.0 | 3.1svn)
|
(3.1svn)
|
||||||
msg "found ok version of LLVM: $LLVM_VERSION"
|
msg "found ok version of LLVM: $LLVM_VERSION"
|
||||||
;;
|
;;
|
||||||
(*)
|
(*)
|
||||||
|
Loading…
Reference in New Issue
Block a user