build_clang.sh: Update Clang version to 9.0.0

This commit is contained in:
Thomas Pöchtrager 2019-10-09 11:44:34 +02:00
parent edcbb2a654
commit 728db2cb6e

View File

@ -21,7 +21,7 @@ source $BASE_DIR/tools/trap_exit.sh
MIRROR="https://releases.llvm.org" MIRROR="https://releases.llvm.org"
if [ -z "$CLANG_VERSION" ]; then if [ -z "$CLANG_VERSION" ]; then
CLANG_VERSION=8.0.0 CLANG_VERSION=9.0.0
fi fi
if [ -z "$INSTALLPREFIX" ]; then if [ -z "$INSTALLPREFIX" ]; then