From e0283ab9c4d33005ec987851bfb35b8b65af611a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Marie?= Date: Wed, 24 Jun 2015 08:36:42 +0200 Subject: [PATCH] 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;; (*)