Skip to content

Commit 11e24a2

Browse files
committed
Rollup merge of rust-lang#30990 - msvbg:msvbg-clang-7x, r=alexcrichton
I'm using clang 7.2 which works just fine to compile Rust with, but was disallowed.
2 parents 4947431 + da56967 commit 11e24a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ then
10351035
if [ -n "$CFG_OSX_CLANG_VERSION" ]
10361036
then
10371037
case $CFG_OSX_CLANG_VERSION in
1038-
(7.0*)
1038+
(7.0* | 7.1* | 7.2*)
10391039
step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION"
10401040
;;
10411041
(*)

0 commit comments

Comments
 (0)