From f3092b1d58fd7fba154e40f6b2279d67663298a5 Mon Sep 17 00:00:00 2001 From: Jauhien Piatlicki Date: Fri, 6 Feb 2015 11:50:58 +0100 Subject: [PATCH] SVN version of LLVM is 3.7 now --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2127f2c656d03..15db353dc09f5 100755 --- a/configure +++ b/configure @@ -806,7 +806,7 @@ then LLVM_VERSION=$($LLVM_CONFIG --version) case $LLVM_VERSION in - (3.[2-6]*) + (3.[2-7]*) msg "found ok version of LLVM: $LLVM_VERSION" ;; (*)