diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-09-20 09:01:53 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-27 13:41:17 +0000 |
commit | 3ba84c5950c84b2ab11bfa063e25db7960a7cbd1 (patch) | |
tree | 7ddac84a75d743e0f4f8940205ced41d80e1b527 /util/crossgcc/buildgcc | |
parent | 18315db8e083183cbbd3a4b250d598afdac9a4b5 (diff) |
crossgcc: Upgrade LLVM to version 9.0.0
Change-Id: I35e6a5210340b8057db6d1cff597428fa8dd3cd1
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34527
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index b78637ad28..5dac074a06 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -58,7 +58,7 @@ IASL_VERSION=20190703 PYTHON_VERSION=3.8.0 EXPAT_VERSION=2.2.9 # CLANG version number -CLANG_VERSION=8.0.0 +CLANG_VERSION=9.0.0 MAKE_VERSION=4.2.1 CMAKE_VERSION=3.16.0 NASM_VERSION=2.14.02 |