diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-11-30 12:39:38 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-12-01 09:15:13 +0000 |
commit | d7d8e0dd5b8cf4db0bc8477cfc08c0d7285c2770 (patch) | |
tree | 66cff4f3f59ae4ddc7b92a7eaf31f4bcde03db40 /util/crossgcc/buildgcc | |
parent | 49838af6238f3489501ba8dbcc577dcdbd4b7ba2 (diff) |
crossgcc: Upgrade LLVM from 15.0.0 to 15.0.6
Tested with BUILD_TIMELESS=1: binaries stay the same for qemu-i440fx.
Change-Id: I9e6c23c6552eded92e706bc21bb162a66767572e
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69700
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
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 5ade86beb1..5b26922b49 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -39,7 +39,7 @@ GCC_VERSION=11.2.0 BINUTILS_VERSION=2.37 IASL_VERSION="R10_20_22" # CLANG version number -CLANG_VERSION=15.0.0 +CLANG_VERSION=15.0.6 CMAKE_VERSION=3.25.0 NASM_VERSION=2.15.05 |