diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-10-14 10:52:08 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-11-25 09:14:37 +0000 |
commit | f106b3b430aca26d09ffdf315dbed4a86650c743 (patch) | |
tree | af54c5adcb37f15e84f71f9d4f84ca818b123fb6 /util/crossgcc/buildgcc | |
parent | 64f7bdf19a05b773eaf68acc9067bab8309cbefb (diff) |
crossgcc: Upgrade LLVM to version 11.0.0
Change-Id: I1cc02355e3fea7eb9ad98be6396a492dbbdc47b2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46379
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
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 bba8ac71a3..2ba26802ff 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -44,7 +44,7 @@ IASL_VERSION=20200925 PYTHON_VERSION=3.8.5 EXPAT_VERSION=2.2.9 # CLANG version number -CLANG_VERSION=10.0.1 +CLANG_VERSION=11.0.0 CMAKE_VERSION=3.18.1 NASM_VERSION=2.15.05 |