diff options
author | Lennart Eichhorn <lennarteichhorn@googlemail.com> | 2024-02-05 22:19:59 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-05-15 01:53:22 +0000 |
commit | e885aa5a05a24dc3bd3f1fffc0d55aa08ed43d5a (patch) | |
tree | e437f206e49429243925243096d904b338570307 /util/crossgcc/buildgcc | |
parent | 0090039bbde24daed54e46ab6a154acb896e647d (diff) |
util/crossgcc: Update LLVM from 17.0.6 to 18.1.5
Change-Id: I03a44e0c23a925396f614f282882405dc886ba58
Signed-off-by: Lennart Eichhorn <lennarteichhorn@googlemail.com>
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80314
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
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 08f0ff0db4..c1e93db2bb 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -42,7 +42,7 @@ GCC_VERSION=13.2.0 BINUTILS_VERSION=2.42 IASL_VERSION=20240321 # CLANG version number -CLANG_VERSION=17.0.6 +CLANG_VERSION=18.1.5 CMAKE_VERSION=3.29.3 NASM_VERSION=2.16.03 |