From patchwork Sat Mar 15 14:18:16 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 59062 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 BF672C35FF7 for ; Sat, 15 Mar 2025 14:18:19 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.10364.1742048296696486039 for ; Sat, 15 Mar 2025 07:18:16 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=ZWsxqIlV; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=Cj2m4NJs; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101959a2b7c78-59ea4e20-5b8c-4c9d-afd5-61109f6004e9-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1742048296; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=mHB+BnSypBoci8H5LQ5B45ZD/+tvmwWuCBXEd1hKRkY=; b=ZWsxqIlVVnhToFz9tcefIOvWWDG2oLH7W3b7uyP2ycZEq97zo4wuucHagwYc+o+O qHDlF3c3FVjDZp6pF8mlIc+rZBEq07trbU92mWW5oujuoswn+fdUs4u2LNdnAVeGMNw 8FDANagwxBL9CRjLpDkyfHq4X96hhuGk6HbCsPNg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1742048296; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=mHB+BnSypBoci8H5LQ5B45ZD/+tvmwWuCBXEd1hKRkY=; b=Cj2m4NJsRQr3HJOR/frLaZ3gfxjCZZFp8+rk/VLc5E0b1wxpXEZhAV2PFJjVTbyd Z3h6Uecjw4jec/lfu/L6+V+acPkIFHNImFBg5IuGvVE1gF+Y8E3846SOSHdnRAEYD4f nfeOCxAYF4heXIYtRKafpFodAysCDoUFNXwxl0to= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] llvm: upgrading to 20.1.0 SUCCEEDED Message-ID: <010101959a2b7c78-59ea4e20-5b8c-4c9d-afd5-61109f6004e9-000000@us-west-2.amazonses.com> Date: Sat, 15 Mar 2025 14:18:16 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.03.15-54.240.27.30 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 ; Sat, 15 Mar 2025 14:18:19 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/212904 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *llvm* to *20.1.0* has Succeeded. Next steps: - apply the patch: git am 0001-llvm-upgrade-19.1.7-20.1.0.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 2eee15fffdd8c909168b58c7cbb043e3331deaaa Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Mar 2025 08:55:48 +0000 Subject: [PATCH] llvm: upgrade 19.1.7 -> 20.1.0 --- ...AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch | 4 ++-- .../llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch | 2 +- meta/recipes-devtools/llvm/{llvm_19.1.7.bb => llvm_20.1.0.bb} | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) rename meta/recipes-devtools/llvm/{llvm_19.1.7.bb => llvm_20.1.0.bb} (98%) diff --git a/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch b/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch index f2447e07fd..ae2c3baa8c 100644 --- a/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch +++ b/meta/recipes-devtools/llvm/llvm/0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch @@ -1,4 +1,4 @@ -From 51d1ecbd5fc05aa801ded4ada9d9ff6426087aea Mon Sep 17 00:00:00 2001 +From 9824c2ab5e7d37a5a18a409a512511f5f5cd408d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 27 Nov 2020 10:11:08 +0000 Subject: [PATCH] AsmMatcherEmitter: sort ClassInfo lists by name as well @@ -14,7 +14,7 @@ Signed-off-by: Alexander Kanavin 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/llvm/utils/TableGen/AsmMatcherEmitter.cpp b/llvm/utils/TableGen/AsmMatcherEmitter.cpp -index 5035ef527..03fc84203 100644 +index 7684387d8..d225a3b6d 100644 --- a/llvm/utils/TableGen/AsmMatcherEmitter.cpp +++ b/llvm/utils/TableGen/AsmMatcherEmitter.cpp @@ -361,7 +361,10 @@ public: diff --git a/meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch b/meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch index edd8824a38..29266013ec 100644 --- a/meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch +++ b/meta/recipes-devtools/llvm/llvm/0007-llvm-allow-env-override-of-exe-path.patch @@ -1,4 +1,4 @@ -From e10e7f1ef8816f99550cc124ea8c0c8c265cfc16 Mon Sep 17 00:00:00 2001 +From 00e5ac68dad872b8490297fa6f0b67e6a3e48661 Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Fri, 19 May 2017 00:22:57 -0700 Subject: [PATCH] llvm: allow env override of exe and libdir path diff --git a/meta/recipes-devtools/llvm/llvm_19.1.7.bb b/meta/recipes-devtools/llvm/llvm_20.1.0.bb similarity index 98% rename from meta/recipes-devtools/llvm/llvm_19.1.7.bb rename to meta/recipes-devtools/llvm/llvm_20.1.0.bb index 8e861939e0..47d1e28b9d 100644 --- a/meta/recipes-devtools/llvm/llvm_19.1.7.bb +++ b/meta/recipes-devtools/llvm/llvm_20.1.0.bb @@ -27,7 +27,7 @@ SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/ file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \ file://llvm-config \ " -SRC_URI[sha256sum] = "82401fea7b79d0078043f7598b835284d6650a75b93e64b6f761ea7b63097501" +SRC_URI[sha256sum] = "4579051e3c255fb4bb795d54324f5a7f3ef79bd9181e44293d7ee9a7f62aad9a" UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project" UPSTREAM_CHECK_REGEX = "llvmorg-(?P\d+(\.\d+)+)" @@ -180,3 +180,5 @@ FILES:${PN}-staticdev += "\ INSANE_SKIP:${PN}-libllvm += "dev-so" BBCLASSEXTEND = "native nativesdk" + +PV = "20.1.0"