diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-13 10:02:07 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-01 06:06:36 +0000 |
commit | b63eb4d172c0d2cb011bc1d1be27e6416ab01e42 (patch) | |
tree | 1b2f3cb336a724ae97d8dbe203a650d8182648a7 /util/crossgcc/buildgcc | |
parent | 1170940082c5a6b47089e1e6bb6618cbbbb77ccb (diff) |
crossgcc: Upgrade LLVM version 15.0.6 to 15.0.7
Change-Id: I3198b065316b98f2d26360c4e65055e7460ea707
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71884
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
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 cfbe0e8cc2..0de27ed6e8 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -41,7 +41,7 @@ GCC_VERSION=11.2.0 BINUTILS_VERSION=2.37 IASL_VERSION="R10_20_22" # CLANG version number -CLANG_VERSION=15.0.6 +CLANG_VERSION=15.0.7 CMAKE_VERSION=3.25.2 NASM_VERSION=2.15.05 |