To: ['Khem Raj '] To: openembedded-core@lists.openembedded.org Subject: [AUH] llvm: upgrading to 20.1.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250315050052/all/llvm/0001-llvm-upgrade-19.1.7-20.1.0.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250315050052/all/llvm/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20250315050052/all/llvm/buildhistory-diff.txt 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" -- 2.44.1