Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *llvm* to *18.1.7* has Succeeded.
Next steps:
- apply the patch: git am 0001-llvm-upgrade-18.1.6-18.1.7.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 c92cc2cda8c9a9203d665eb090d40b414e9320e3 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 15 Jun 2024 09:28:15 +0000
Subject: [PATCH] llvm: upgrade 18.1.6 -> 18.1.7
---
...tcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch | 4 ++--
.../llvm/0007-llvm-allow-env-override-of-exe-path.patch | 9 ++++-----
.../llvm/{llvm_18.1.6.bb => llvm_18.1.7.bb} | 4 +++-
3 files changed, 9 insertions(+), 8 deletions(-)
rename meta/recipes-devtools/llvm/{llvm_18.1.6.bb => llvm_18.1.7.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 a5c53b6657..5dec276023 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 3b30a9bda88374e8f03bf96e972aee5bd214b98b Mon Sep 17 00:00:00 2001
+From dbd4a602b0976538c0757b9946fd2915b657d22c Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <[email protected]>
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 <[email protected]>
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/llvm/utils/TableGen/AsmMatcherEmitter.cpp
b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
-index 73724e662f9e..1ca9c73415db 100644
+index 73724e662..1ca9c7341 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 add38b3bb4..7c5827bad1 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 588a8694c6540e31140c7e242bfb5e279d6ca08c Mon Sep 17 00:00:00 2001
+From 09524adce4663077da566924fb27f6e0b66722fa Mon Sep 17 00:00:00 2001
From: Martin Kelly <[email protected]>
Date: Fri, 19 May 2017 00:22:57 -0700
Subject: [PATCH] llvm: allow env override of exe and libdir path
@@ -13,11 +13,11 @@ Upstream-Status: Inappropriate [OE-specific]
Signed-off-by: Martin Kelly <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
---
- llvm/tools/llvm-config/llvm-config.cpp | 25 +++++++++++++++++++------
- 1 file changed, 19 insertions(+), 6 deletions(-)
+ llvm/tools/llvm-config/llvm-config.cpp | 7 +++++++
+ 1 file changed, 7 insertions(+)
diff --git a/llvm/tools/llvm-config/llvm-config.cpp
b/llvm/tools/llvm-config/llvm-config.cpp
-index e86eb2b44b10..7b2abf318dbe 100644
+index d5b76b1bb..6c28c34bc 100644
--- a/llvm/tools/llvm-config/llvm-config.cpp
+++ b/llvm/tools/llvm-config/llvm-config.cpp
@@ -246,6 +246,13 @@ Typical components:\n\
@@ -34,4 +34,3 @@ index e86eb2b44b10..7b2abf318dbe 100644
// This just needs to be some symbol in the binary; C++ doesn't
// allow taking the address of ::main however.
void *P = (void *)(intptr_t)GetExecutablePath;
-
diff --git a/meta/recipes-devtools/llvm/llvm_18.1.6.bb
b/meta/recipes-devtools/llvm/llvm_18.1.7.bb
similarity index 98%
rename from meta/recipes-devtools/llvm/llvm_18.1.6.bb
rename to meta/recipes-devtools/llvm/llvm_18.1.7.bb
index 189f5b1146..7072650c72 100644
--- a/meta/recipes-devtools/llvm/llvm_18.1.6.bb
+++ b/meta/recipes-devtools/llvm/llvm_18.1.7.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] =
"bd4b4cb6374bcd5fc5a3ba60cb80425d29da34f316b8821abc12c0db225cf6b4"
+SRC_URI[sha256sum] =
"74446ab6943f686391954cbda0d77ae92e8a60c432eff437b8666e121d748ec4"
UPSTREAM_CHECK_URI = "https://github.com/llvm/llvm-project"
UPSTREAM_CHECK_REGEX = "llvmorg-(?P<pver>\d+(\.\d+)+)"
@@ -175,3 +175,5 @@ FILES:${PN}-staticdev += "\
INSANE_SKIP:${PN}-libllvm += "dev-so"
BBCLASSEXTEND = "native nativesdk"
+
+PV = "18.1.7"
--
2.44.0
0001-llvm-upgrade-18.1.6-18.1.7.patch
Description: Binary data
Changes to packages/core2-64-poky-linux/llvm (sysroot): /usr/bin/crossscripts/llvm-config18.1.6 moved to /usr/bin/crossscripts/llvm-config18.1.7 Changes to packages/x86_64-linux/llvm-native (sysroot): /usr/bin/llvm-config changed symlink target from llvm-config18.1.6 to llvm-config18.1.7 /usr/bin/llvm-config18.1.6 moved to /usr/bin/llvm-config18.1.7 /usr/bin/llvm-tblgen18.1.6 moved to /usr/bin/llvm-tblgen18.1.7
packages/core2-64-poky-linux/llvm: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm: PKGV changed from 18.1.6 [default] to 18.1.7 [default] packages/core2-64-poky-linux/llvm: SRC_URI changed from "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.6/llvm-project-18.1.6.src.tar.xz 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 file://llvm-config" to "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/llvm-project-18.1.7.src.tar.xz 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 file://llvm-config" packages/core2-64-poky-linux/llvm/llvm-bugpointpasses: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm/llvm-bugpointpasses: PKGV changed from 18.1.6 [default] to 18.1.7 [default] packages/core2-64-poky-linux/llvm/llvm-dbg: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm/llvm-dbg: PKGV changed from 18.1.6 [default] to 18.1.7 [default] packages/core2-64-poky-linux/llvm/llvm-dev: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm/llvm-dev: PKGV changed from 18.1.6 [default] to 18.1.7 [default] packages/core2-64-poky-linux/llvm/llvm-dev: FILES: removed "/usr/lib/libLLVM-18.1.6.so", added "/usr/lib/libLLVM-18.1.7.so" packages/core2-64-poky-linux/llvm/llvm-doc: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm/llvm-doc: PKGV changed from 18.1.6 [default] to 18.1.7 [default] packages/core2-64-poky-linux/llvm/llvm-libllvm: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm/llvm-libllvm: PKGV changed from 18.1.6 [default] to 18.1.7 [default] packages/core2-64-poky-linux/llvm/llvm-liblto: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm/llvm-liblto: PKGV changed from 18.1.6 [default] to 18.1.7 [default] packages/core2-64-poky-linux/llvm/llvm-liboptremarks: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm/llvm-liboptremarks: PKGV changed from 18.1.6 [default] to 18.1.7 [default] packages/core2-64-poky-linux/llvm/llvm-llvmhello: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm/llvm-llvmhello: PKGV changed from 18.1.6 [default] to 18.1.7 [default] packages/core2-64-poky-linux/llvm/llvm-locale: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm/llvm-locale: PKGV changed from 18.1.6 [default] to 18.1.7 [default] packages/core2-64-poky-linux/llvm/llvm-src: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm/llvm-src: PKGV changed from 18.1.6 [default] to 18.1.7 [default] packages/core2-64-poky-linux/llvm/llvm-staticdev: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm/llvm-staticdev: PKGV changed from 18.1.6 [default] to 18.1.7 [default] packages/core2-64-poky-linux/llvm/llvm-staticdev: PKGSIZE changed from 3937663022 to 3937663262 (+0%) packages/core2-64-poky-linux/llvm/llvm: PV changed from "18.1.6" to "18.1.7" packages/core2-64-poky-linux/llvm/llvm: PKGV changed from 18.1.6 [default] to 18.1.7 [default] Changes to packages/core2-64-poky-linux/llvm (sysroot): /usr/bin/crossscripts/llvm-config18.1.6 moved to /usr/bin/crossscripts/llvm-config18.1.7 Changes to packages/x86_64-linux/llvm-native (sysroot): /usr/bin/llvm-config changed symlink target from llvm-config18.1.6 to llvm-config18.1.7 /usr/bin/llvm-config18.1.6 moved to /usr/bin/llvm-config18.1.7 /usr/bin/llvm-tblgen18.1.6 moved to /usr/bin/llvm-tblgen18.1.7
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#200693): https://lists.openembedded.org/g/openembedded-core/message/200693 Mute This Topic: https://lists.openembedded.org/mt/106692150/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
