diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-06-03 09:56:41 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-06-04 18:29:42 +0000 |
commit | 44f676afc9861fdc7d3aa4d7a9c7a42918a613d9 (patch) | |
tree | 51503c39aaa75a6faf10d1ce33019a6a426a48b4 /Documentation | |
parent | dea0f21c4b3940af47823a9b7dcd5a8cef420d84 (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 'Documentation')
-rw-r--r-- | Documentation/releases/coreboot-4.21-relnotes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/releases/coreboot-4.21-relnotes.md b/Documentation/releases/coreboot-4.21-relnotes.md index a57b4569d0..82e30ab5fa 100644 --- a/Documentation/releases/coreboot-4.21-relnotes.md +++ b/Documentation/releases/coreboot-4.21-relnotes.md @@ -23,7 +23,7 @@ Significant or interesting changes ### Toolchain updates * Upgrade IASL from 20221020 to 20230331 -* Upgrade LLVM from 15.0.7 to 16.0.4 +* Upgrade LLVM from 15.0.7 to 16.0.5 * Upgrade nasm from 2.15.05 to 2.16.01 * Upgrade CMake from 3.26.3 to 3.26.4 |