From b0c5b0ae48ebfc3da34dff862a68a354dae99169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Sat, 19 Sep 2015 22:55:01 +0200 Subject: [PATCH] Clang 3.7.0 is out --- build_clang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_clang.sh b/build_clang.sh index 340b4a3..a46420b 100755 --- a/build_clang.sh +++ b/build_clang.sh @@ -48,7 +48,7 @@ source $BASE_DIR/tools/trap_exit.sh MIRROR="http://llvm.org" if [ -z "$CLANG_VERSION" ]; then - CLANG_VERSION=3.6.2 + CLANG_VERSION=3.7.0 fi if [ -z "$INSTALLPREFIX" ]; then