From 728db2cb6e4dfc0c790831f9290fc097271f8738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Wed, 9 Oct 2019 11:44:34 +0200 Subject: [PATCH] build_clang.sh: Update Clang version to 9.0.0 --- build_clang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_clang.sh b/build_clang.sh index 1ccecc2..86a78c2 100755 --- a/build_clang.sh +++ b/build_clang.sh @@ -21,7 +21,7 @@ source $BASE_DIR/tools/trap_exit.sh MIRROR="https://releases.llvm.org" if [ -z "$CLANG_VERSION" ]; then - CLANG_VERSION=8.0.0 + CLANG_VERSION=9.0.0 fi if [ -z "$INSTALLPREFIX" ]; then