diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-11-01 23:23:22 +0000 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-20 10:38:23 +0000 |
commit | 52b51db1d9e8095e69002133fa82aefb8e589078 (patch) | |
tree | 6b0bb8919669a1a19abe7c3183f5c192adc27b7f /util/crossgcc/buildgcc | |
parent | 824ba49a0ba47e72d72b7938bae2f9be4b8a0cb8 (diff) |
util/crossgcc: Update LLVM from 16.0.6 to 17.0.6
Change-Id: Ifed410f4b7fdc358535f01850328c642d19ff1f6
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78884
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
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 10c99698e4..e90117c39a 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -42,7 +42,7 @@ GCC_VERSION=13.2.0 BINUTILS_VERSION=2.42 IASL_VERSION="R06_28_23" # CLANG version number -CLANG_VERSION=16.0.6 +CLANG_VERSION=17.0.6 CMAKE_VERSION=3.27.7 NASM_VERSION=2.16.01 |