Rollup merge of #30990 - msvbg:msvbg-clang-7x, r=alexcrichton

I'm using clang 7.2 which works just fine to compile Rust with, but was disallowed.
This commit is contained in:
Manish Goregaokar 2016-01-19 04:08:59 +05:30
commit 11e24a21cd

2
configure vendored
View File

@ -1035,7 +1035,7 @@ then
if [ -n "$CFG_OSX_CLANG_VERSION" ]
then
case $CFG_OSX_CLANG_VERSION in
(7.0*)
(7.0* | 7.1* | 7.2*)
step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION"
;;
(*)