Rollup merge of #35594 - shepmaster:configure-llvm-39, r=alexcrichton

Allow compiling against a custom LLVM 3.9 installation
This commit is contained in:
Eduard-Mihai Burtescu 2016-08-14 20:29:50 +03:00 committed by GitHub
commit e3a94b4909

2
configure vendored
View File

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