about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-09-07 14:42:48 -0700
committerDan Albert <danalbert@google.com>2014-09-07 14:42:48 -0700
commit8c3db5bc532f0386f9ceb6d6e26cbcd54d428c5f (patch)
tree6c6830db8331ee29f6be76ab91b29f6bd79aa0f2
parentd7502ac2d6c64958be672991c33a1404ea5f040e (diff)
downloadrust-8c3db5bc532f0386f9ceb6d6e26cbcd54d428c5f.tar.gz
rust-8c3db5bc532f0386f9ceb6d6e26cbcd54d428c5f.zip
Allow Rust to be built with LLVM trunk (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