build_clang.sh: Change default Clang version to 3.8.0

This commit is contained in:
Thomas Pöchtrager 2016-03-29 20:39:48 +02:00
parent 672ee7a229
commit 65edc522d7

View File

@ -52,7 +52,7 @@ source $BASE_DIR/tools/trap_exit.sh
MIRROR="http://llvm.org"
if [ -z "$CLANG_VERSION" ]; then
CLANG_VERSION=3.7.1
CLANG_VERSION=3.8.0
fi
if [ -z "$INSTALLPREFIX" ]; then