From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Khem Raj <raj.khem@gmail.com>, openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 6/6] llvm: Upgrade to 17.0.6
Date: Sat, 2 Dec 2023 00:55:08 +0100 [thread overview]
Message-ID: <2023120123550896838280@mail.local> (raw)
In-Reply-To: <179CD8EAC4F00896.18076@lists.openembedded.org>
On 02/12/2023 00:27:39+0100, Alexandre Belloni via lists.openembedded.org wrote:
> This breaks:
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/106/builds/7190/steps/11/logs/stdio
Actually, this one reproduced without the patch
> https://autobuilder.yoctoproject.org/typhoon/#/builders/146/builds/960/steps/12/logs/stdio
But not this one.
>
> On 01/12/2023 10:33:54-0800, Khem Raj wrote:
> > Bring in these changes
> >
> > * 6009708b4367 Revert "[runtimes] Add missing test dependencies to check-all (#72955)"
> > * 04caadc61fa2 [Driver] Enable __float128 support on X86 on FreeBSD / NetBSD (#72788)
> > * e919a83f96fe eliminate python SyntaxWarnings from check-all output.
> > * f6c231c15ec8 [clang-format] Fix crashes in AlignArrayOfStructures (#72520)
> > * f74f3e6f58d3 [clang] Fix sorting module headers (#73146)
> > * 7e30ce9528d9 [JITLink][aarch32] Change writeRegister's return type to void.
> > * 03373fd9cb6c [CMake] Support building shared library for NetBSD
> > * 21af3b62b632 workflows/release-binaries: Do a preliminary build to fill ccache (#72576)
> > * 201faeca595e Add RV64 constraint to SRLIW (#69416)
> > * e957e6dcb29d [runtimes] Add missing test dependencies to check-all (#72955)
> > * f8575ff46f89 [clang-format] Fix a bug in aligning comments above PPDirective (#72791)
> > * a71237b9f67f [clangd] Avoid null result in FindRecordTypeAt()
> > * 308c816de5a4 Bump version to 17.0.6
> > * 442401f7c0ca remove tests from bad merge
> > * 76c7e0e1e2d1 Use the correct namespace for looking up matching operator!= (#68922)
> > * b5cbb35408a3 [libc++] Use correct size for deallocation of arrays in shared_ptr (#68233)
> > * e6de86cb9ef8 Revert "Reland [clang] Canonicalize system headers in dependency file when -canonical-prefixes" (#71697)
> > * bb66d8f8f73b [clang][WebAssembly] Link crt1 even in case of -shared
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> > meta/recipes-devtools/llvm/llvm_git.bb | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb
> > index de8d4116868..9a88549260a 100644
> > --- a/meta/recipes-devtools/llvm/llvm_git.bb
> > +++ b/meta/recipes-devtools/llvm/llvm_git.bb
> > @@ -14,14 +14,14 @@ RDEPENDS:${PN}:append:class-target = " ncurses-terminfo"
> >
> > inherit cmake pkgconfig
> >
> > -PV = "17.0.5"
> > +PV = "17.0.6"
> >
> > MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
> >
> > LLVM_RELEASE = "${PV}"
> >
> > BRANCH = "release/${MAJOR_VERSION}.x"
> > -SRCREV = "98bfdac5ce82d1679f8af9a57501471812ab68d7"
> > +SRCREV = "6009708b4367171ccdbf4b5905cb6a803753fe18"
> > SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \
> > file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
> > file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \
> > --
> > 2.43.0
> >
>
> >
> >
> >
>
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#191693): https://lists.openembedded.org/g/openembedded-core/message/191693
> Mute This Topic: https://lists.openembedded.org/mt/102921840/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2023-12-01 23:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-01 18:33 [PATCH v12 1/6] vte: upgrade 0.72.2 -> 0.74.0 Khem Raj
2023-12-01 18:33 ` [PATCH v12 2/6] vte: Upgrade to 0.74.1 Khem Raj
2023-12-01 18:33 ` [PATCH v12 3/6] vte: Separate out gtk4 pieces of vte into individual packages Khem Raj
2023-12-01 18:33 ` [PATCH 4/6] rust-common.bbclass: Define rust arch for x32 platforms Khem Raj
2023-12-01 18:33 ` [PATCH 5/6] virglrenderer: Fix build with clang Khem Raj
2023-12-01 18:33 ` [PATCH 6/6] llvm: Upgrade to 17.0.6 Khem Raj
2023-12-01 23:27 ` [OE-core] " Alexandre Belloni
[not found] ` <179CD8EAC4F00896.18076@lists.openembedded.org>
2023-12-01 23:55 ` Alexandre Belloni [this message]
2023-12-02 0:03 ` Khem Raj
2023-12-02 0:10 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2023120123550896838280@mail.local \
--to=alexandre.belloni@bootlin.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox