From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04145C4167B for ; Fri, 1 Dec 2023 23:27:43 +0000 (UTC) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by mx.groups.io with SMTP id smtpd.web10.7285.1701473261331769133 for ; Fri, 01 Dec 2023 15:27:42 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=j/y28SA+; spf=pass (domain: bootlin.com, ip: 217.70.183.193, mailfrom: alexandre.belloni@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 3CAD0240004; Fri, 1 Dec 2023 23:27:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1701473259; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=DgJN7ScJSHCkIHYVhLBc7uZ4RiRN7ZZMRSfXLoJzu4w=; b=j/y28SA+sBb4Jxhx6pRyemPcul7O9isQxSFewZrsBTHr9XnLAXFGkaQ5Qx0wF9UWjACuO0 SfSsQT/f2+Mhe2d2pry/YjCzTYt+nKeGuLbPL5qZM/SFGHgaYqZKBTtVttyhZHIUO/C62w mDVsL9d2cXXWjdtJLCy14UxOsFZ8SVoplWRUAW9VtpTvHN3Ko9rBQ5eYJUo29u4owthYsY 9kYeKSnlsgz4GtaHnQ8DtJdb5GDTcewSnfv1qs3622vnfmIo0aw7p985TF0IPECbSMYYU+ g+lRoWjGAFb42kzx2ddFXO7ZacGzh+05qrNMBmRB70VwMUyJaPUIUFtPeLKjGw== Date: Sat, 2 Dec 2023 00:27:39 +0100 From: Alexandre Belloni To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 6/6] llvm: Upgrade to 17.0.6 Message-ID: <2023120123273945eb2991@mail.local> References: <20231201183356.311137-1-raj.khem@gmail.com> <20231201183356.311137-6-raj.khem@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231201183356.311137-6-raj.khem@gmail.com> X-GND-Sasl: alexandre.belloni@bootlin.com List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 01 Dec 2023 23:27:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/191693 This breaks: https://autobuilder.yoctoproject.org/typhoon/#/builders/106/builds/7190/steps/11/logs/stdio https://autobuilder.yoctoproject.org/typhoon/#/builders/146/builds/960/steps/12/logs/stdio 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 > --- > 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 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#191682): https://lists.openembedded.org/g/openembedded-core/message/191682 > 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