diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-06-03 09:56:41 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-06-04 18:29:42 +0000 |
commit | 44f676afc9861fdc7d3aa4d7a9c7a42918a613d9 (patch) | |
tree | 51503c39aaa75a6faf10d1ce33019a6a426a48b4 /util/crossgcc/buildgcc | |
parent | dea0f21c4b3940af47823a9b7dcd5a8cef420d84 (diff) |
crossgcc: Upgrade LLVM from version 16.0.4 to 16.0.5
Change-Id: I1f227bf55bac51e6226ca5d13156e54220e33629
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75635
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@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 6447cdc615..9f8699553b 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.4 +CLANG_VERSION=16.0.5 CMAKE_VERSION=3.26.4 NASM_VERSION=2.16.01 |