diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-07-20 16:00:45 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-08-23 21:51:24 +0000 |
commit | afd86eb309fb88c0f9b5a0f0a4be5f207d94bbc4 (patch) | |
tree | b550eb3d5c931acdd1d6f58296a3903f46f7e7da /util/crossgcc/buildgcc | |
parent | 7db101b3dbd63f55cd07107798893fba658d7f95 (diff) |
crossgcc: Upgrade LLVM from 18.1.6 to 18.1.8
Change-Id: Id74ba772f105a5c36308b8e1dd803ae50840002b
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83005
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
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 a9dc693b82..49634625a7 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -42,7 +42,7 @@ GCC_VERSION=14.2.0 BINUTILS_VERSION=2.43.1 IASL_VERSION="20230628" # CLANG version number -CLANG_VERSION=18.1.6 +CLANG_VERSION=18.1.8 CMAKE_VERSION=3.30.2 NASM_VERSION=2.16.03 |