Skip to content

Commit

Permalink
Rollup merge of rust-lang#30990 - msvbg:msvbg-clang-7x, r=alexcrichton
Browse files Browse the repository at this point in the history
I'm using clang 7.2 which works just fine to compile Rust with, but was disallowed.
  • Loading branch information
Manishearth committed Jan 18, 2016
2 parents 4947431 + da56967 commit 11e24a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
(*)
Expand Down

0 comments on commit 11e24a2

Please sign in to comment.