Clang 3.7.0 is out

This commit is contained in:
Thomas Pöchtrager 2015-09-19 22:55:01 +02:00
parent 08414886fb
commit b0c5b0ae48

View File

@ -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