diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-05-20 10:05:23 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-05-20 20:33:20 +0000 |
commit | b4949d3de510bea0df2246b3c9df25012026da9f (patch) | |
tree | 2e319927de67874e0a435f039b21a8366fee330e /util/crossgcc/buildgcc | |
parent | c3086b12a4e2606bb2fed6d5dd1b6f3c131a2ab9 (diff) |
crossgcc: Update LLVM from 18.1.5 to 18.1.6
Change-Id: Ie087f43e6f60df7b97d7d7b402d3540c3a0a2461
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82552
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 73e0720983..f4379ad157 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -42,7 +42,7 @@ GCC_VERSION=14.1.0 BINUTILS_VERSION=2.42 IASL_VERSION=20240321 # CLANG version number -CLANG_VERSION=18.1.5 +CLANG_VERSION=18.1.6 CMAKE_VERSION=3.29.3 NASM_VERSION=2.16.03 |