Skip to content

Commit 840554e

Browse files
authored
Rollup merge of rust-lang#35594 - shepmaster:configure-llvm-39, r=alexcrichton
Allow compiling against a custom LLVM 3.9 installation
2 parents c4517f4 + b707a12 commit 840554e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ then
10131013
LLVM_VERSION=$($LLVM_CONFIG --version)
10141014

10151015
case $LLVM_VERSION in
1016-
(3.[7-8]*)
1016+
(3.[7-9]*)
10171017
msg "found ok version of LLVM: $LLVM_VERSION"
10181018
;;
10191019
(*)

0 commit comments

Comments
 (0)