about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-09-09 07:38:56 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-09-09 12:07:13 -0700
commitc9b1e836c54d93fce254289ec04e0e829eaf74e8 (patch)
treedefcc278eacb7e3671eccc824ea2a9fc7ba3d6e5
parente6b07849038bd3691bb46db6a14bd5aaddfcd45a (diff)
parent8c3db5bc532f0386f9ceb6d6e26cbcd54d428c5f (diff)
downloadrust-c9b1e836c54d93fce254289ec04e0e829eaf74e8.tar.gz
rust-c9b1e836c54d93fce254289ec04e0e829eaf74e8.zip
rollup merge of #17087 : DanAlbert/llvm-3.6
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1d6c387caa7..6cdbfadf637 100755
--- a/configure
+++ b/configure
@@ -707,7 +707,7 @@ then
             | cut -d ' ' -f 2)
 
         case $CFG_CLANG_VERSION in
-            (3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4* | 3.5* )
+            (3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4* | 3.5* | 3.6*)
             step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
             if [ -z "$CC" ]
             then