[S] Change in coreboot[master]: crossgcc: Upgrade LLVM version 15.0.7 to 16.0.1

Attention is currently required from: Jason Glenesk, Martin L Roth, Paul Menzel, Angel Pons, Elyes Haouas. Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/73792 ) Change subject: crossgcc: Upgrade LLVM version 15.0.7 to 16.0.1 ...................................................................... Patch Set 11: (1 comment) File util/crossgcc/buildgcc: https://review.coreboot.org/c/coreboot/+/73792/comment/a4b4fdb7_2589b766 PS11, Line 887: cd "$DESTDIR$TARGETDIR/lib/clang/${CLANG_VERSION}/lib" || exit 1 I investigated the build failure and this is the reason. CLANG_VERSION is 16.0.1 but this directory doesn't exist. The directory is just named 16 and thus buildgcc can't cd into it, which makes it failing. How do we deal with that issue? It seems it worked this way all the before. -- To view, visit https://review.coreboot.org/c/coreboot/+/73792 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I753bbcf3f03907b0cf966454c3dd6c9b61869599 Gerrit-Change-Number: 73792 Gerrit-PatchSet: 11 Gerrit-Owner: Elyes Haouas <ehaouas@noos.fr> Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com> Gerrit-Reviewer: Felix Singer <service+coreboot-gerrit@felixsinger.de> Gerrit-Reviewer: Jason Glenesk <jason.glenesk@gmail.com> Gerrit-Reviewer: Martin L Roth <gaumless@gmail.com> Gerrit-Reviewer: Paul Menzel <paulepanter@mailbox.org> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-Attention: Jason Glenesk <jason.glenesk@gmail.com> Gerrit-Attention: Martin L Roth <gaumless@gmail.com> Gerrit-Attention: Paul Menzel <paulepanter@mailbox.org> Gerrit-Attention: Angel Pons <th3fanbus@gmail.com> Gerrit-Attention: Elyes Haouas <ehaouas@noos.fr> Gerrit-Comment-Date: Tue, 18 Apr 2023 01:20:05 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Gerrit-MessageType: comment
participants (1)
-
Felix Singer (Code Review)