diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-06-23 21:11:06 +0000 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-06-24 21:54:22 +0000 |
commit | 2b4d2edfd6be8447b8e714612f2fe9ffddd449ef (patch) | |
tree | f4e4429c7fd3bd35d63fb9c848fe1d304bb5449b /util/crossgcc/buildgcc | |
parent | 2c7b6eb9c9ee96173a9995251eec8b80f0b2352d (diff) |
util/crossgcc: Update LLVM from version 16.0.5 to 16.0.6
Change-Id: I68f776c676b1c3c5562e9209c68c7a840198e36f
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76080
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
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 9f8699553b..25ddc8689d 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -41,7 +41,7 @@ GCC_VERSION=11.3.0 BINUTILS_VERSION=2.40 IASL_VERSION=20230331 # CLANG version number -CLANG_VERSION=16.0.5 +CLANG_VERSION=16.0.6 CMAKE_VERSION=3.26.4 NASM_VERSION=2.16.01 |