about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSébastien Marie <semarie@users.noreply.github.com>2015-06-24 08:36:42 +0200
committerSébastien Marie <semarie@users.noreply.github.com>2015-06-24 08:36:42 +0200
commite0283ab9c4d33005ec987851bfb35b8b65af611a (patch)
treecd2bfa34daf91076a6c615ce5aa2c7c4f854b86a
parent5678a1a29973a72b3192332d83109c2d5a5f2666 (diff)
downloadrust-e0283ab9c4d33005ec987851bfb35b8b65af611a.tar.gz
rust-e0283ab9c4d33005ec987851bfb35b8b65af611a.zip
support llvm version 3.7 in configure
LLVM version 3.7 should be supported as external version (when using
--llvm-root configure option), as the current embedded LLVM version is
3.7.0svn.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1db7f483a9f..d72fe075983 100755
--- a/configure
+++ b/configure
@@ -920,7 +920,7 @@ then
     LLVM_VERSION=$($LLVM_CONFIG --version)
 
     case $LLVM_VERSION in
-        (3.[5-6]*)
+        (3.[5-7]*)
             msg "found ok version of LLVM: $LLVM_VERSION"
             ;;
         (*)