about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-01-19 04:08:59 +0530
committerManish Goregaokar <manishsmail@gmail.com>2016-01-19 04:08:59 +0530
commit11e24a21cd87deeb1ba88d07e1446877f0472f39 (patch)
tree23c9577ab747947f19474dede85b2dd0a2ff8c78
parent49474313fd84a6cfc7443a96f76db93643ca30f7 (diff)
parentda56967a3eaac0a556e818745dfc5a64d7dcf26a (diff)
downloadrust-11e24a21cd87deeb1ba88d07e1446877f0472f39.tar.gz
rust-11e24a21cd87deeb1ba88d07e1446877f0472f39.zip
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.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0255b04caa3..287b7b35219 100755
--- a/configure
+++ b/configure
@@ -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"
                 ;;
                 (*)