summaryrefslogtreecommitdiff
path: root/util/crossgcc/buildgcc
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-06-03 09:56:41 +0200
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-06-04 18:29:42 +0000
commit44f676afc9861fdc7d3aa4d7a9c7a42918a613d9 (patch)
tree51503c39aaa75a6faf10d1ce33019a6a426a48b4 /util/crossgcc/buildgcc
parentdea0f21c4b3940af47823a9b7dcd5a8cef420d84 (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-xutil/crossgcc/buildgcc2
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