Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *llvm* to *18.1.1* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-llvm-upgrade-18.1.0-18.1.1.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 69edcdd8e48c2272f7e0cd5c9d3c684914152355 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <a...@yoctoproject.org>
Date: Fri, 15 Mar 2024 07:35:36 +0000
Subject: [PATCH] llvm: upgrade 18.1.0 -> 18.1.1

---
 ...tcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch | 6 +++---
 .../llvm/0007-llvm-allow-env-override-of-exe-path.patch  | 9 ++++-----
 meta/recipes-devtools/llvm/llvm_git.bb                   | 4 ++--
 3 files changed, 9 insertions(+), 10 deletions(-)

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 48af6fc283..2a97f3c060 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 86940d87026432683fb6741cd8a34d3b9b18e40d Mon Sep 17 00:00:00 2001
+From 1cf96613829740a8244523d3f44b116bfd671abd Mon Sep 17 00:00:00 2001
 From: Alexander Kanavin <alex.kana...@gmail.com>
 Date: Fri, 27 Nov 2020 10:11:08 +0000
 Subject: [PATCH] AsmMatcherEmitter: sort ClassInfo lists by name as well
@@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin <alex.kana...@gmail.com>
  1 file changed, 4 insertions(+), 1 deletion(-)
 
 diff --git a/llvm/utils/TableGen/AsmMatcherEmitter.cpp 
b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
-index ccf0959389b..1f801e83b7d 100644
+index 73724e662f9e..1ca9c73415db 100644
 --- a/llvm/utils/TableGen/AsmMatcherEmitter.cpp
 +++ b/llvm/utils/TableGen/AsmMatcherEmitter.cpp
-@@ -359,7 +359,10 @@ public:
+@@ -361,7 +361,10 @@ public:
      // name of a class shouldn't be significant. However, some of the backends
      // accidentally rely on this behaviour, so it will have to stay like this
      // until they are fixed.
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..f7147dbbe0 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 3777b4fc95689de877beb58e30a27bac78e8280a Mon Sep 17 00:00:00 2001
 From: Martin Kelly <mke...@xevo.com>
 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 <mke...@xevo.com>
 Signed-off-by: Khem Raj <raj.k...@gmail.com>
 ---
- 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 d5b76b1bb6c1..6c28c34bc514 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_git.bb 
b/meta/recipes-devtools/llvm/llvm_git.bb
index 111fb07fac..92080c7613 100644
--- a/meta/recipes-devtools/llvm/llvm_git.bb
+++ b/meta/recipes-devtools/llvm/llvm_git.bb
@@ -17,14 +17,14 @@ inherit cmake pkgconfig
 # could be 'rcX' or 'git' or empty ( for release )
 VER_SUFFIX = ""
 
-PV = "18.1.0${VER_SUFFIX}"
+PV = "18.1.1"
 
 MAJOR_VERSION = "${@oe.utils.trim_version("${PV}", 1)}"
 
 LLVM_RELEASE = "${PV}"
 
 BRANCH = "release/${MAJOR_VERSION}.x"
-SRCREV = "461274b81d8641eab64d494accddc81d7db8a09e"
+SRCREV = "dba2a75e9c7ef81fe84774ba5eee5e67e01d801a"
 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.42.0

packages/core2-64-poky-linux/llvm: PKGV changed from 18.1.0 [default] to 18.1.1 
[default]
packages/core2-64-poky-linux/llvm: PV changed from "18.1.0" to "18.1.1"
packages/core2-64-poky-linux/llvm/llvm-bugpointpasses: PKGV changed from 18.1.0 
[default] to 18.1.1 [default]
packages/core2-64-poky-linux/llvm/llvm-bugpointpasses: PV changed from "18.1.0" 
to "18.1.1"
packages/core2-64-poky-linux/llvm/llvm-dbg: PKGV changed from 18.1.0 [default] 
to 18.1.1 [default]
packages/core2-64-poky-linux/llvm/llvm-dbg: PV changed from "18.1.0" to "18.1.1"
packages/core2-64-poky-linux/llvm/llvm-dev: FILES: removed 
"/usr/lib/libLLVM-18.1.0.so", added "/usr/lib/libLLVM-18.1.1.so"
packages/core2-64-poky-linux/llvm/llvm-dev: PKGV changed from 18.1.0 [default] 
to 18.1.1 [default]
packages/core2-64-poky-linux/llvm/llvm-dev: PV changed from "18.1.0" to "18.1.1"
packages/core2-64-poky-linux/llvm/llvm-doc: PKGV changed from 18.1.0 [default] 
to 18.1.1 [default]
packages/core2-64-poky-linux/llvm/llvm-doc: PV changed from "18.1.0" to "18.1.1"
packages/core2-64-poky-linux/llvm/llvm-libllvm: PKGV changed from 18.1.0 
[default] to 18.1.1 [default]
packages/core2-64-poky-linux/llvm/llvm-libllvm: PV changed from "18.1.0" to 
"18.1.1"
packages/core2-64-poky-linux/llvm/llvm-liblto: PKGV changed from 18.1.0 
[default] to 18.1.1 [default]
packages/core2-64-poky-linux/llvm/llvm-liblto: PV changed from "18.1.0" to 
"18.1.1"
packages/core2-64-poky-linux/llvm/llvm-liboptremarks: PKGV changed from 18.1.0 
[default] to 18.1.1 [default]
packages/core2-64-poky-linux/llvm/llvm-liboptremarks: PV changed from "18.1.0" 
to "18.1.1"
packages/core2-64-poky-linux/llvm/llvm-llvmhello: PKGV changed from 18.1.0 
[default] to 18.1.1 [default]
packages/core2-64-poky-linux/llvm/llvm-llvmhello: PV changed from "18.1.0" to 
"18.1.1"
packages/core2-64-poky-linux/llvm/llvm-locale: PKGV changed from 18.1.0 
[default] to 18.1.1 [default]
packages/core2-64-poky-linux/llvm/llvm-locale: PV changed from "18.1.0" to 
"18.1.1"
packages/core2-64-poky-linux/llvm/llvm-src: PKGV changed from 18.1.0 [default] 
to 18.1.1 [default]
packages/core2-64-poky-linux/llvm/llvm-src: PV changed from "18.1.0" to "18.1.1"
packages/core2-64-poky-linux/llvm/llvm-staticdev: PKGV changed from 18.1.0 
[default] to 18.1.1 [default]
packages/core2-64-poky-linux/llvm/llvm-staticdev: PKGSIZE changed from 
3909196938 to 3909198826 (+0%)
packages/core2-64-poky-linux/llvm/llvm-staticdev: PV changed from "18.1.0" to 
"18.1.1"
packages/core2-64-poky-linux/llvm/llvm: PKGV changed from 18.1.0 [default] to 
18.1.1 [default]
packages/core2-64-poky-linux/llvm/llvm: PV changed from "18.1.0" to "18.1.1"
Changes to packages/core2-64-poky-linux/llvm (sysroot):
  /usr/bin/crossscripts/llvm-config18.1.0 moved to 
/usr/bin/crossscripts/llvm-config18.1.1
Changes to packages/x86_64-linux/llvm-native (sysroot):
  /usr/bin/llvm-config changed symlink target from llvm-config18.1.0 to 
llvm-config18.1.1
  /usr/bin/llvm-config18.1.0 moved to /usr/bin/llvm-config18.1.1
  /usr/bin/llvm-tblgen18.1.0 moved to /usr/bin/llvm-tblgen18.1.1

Attachment: 0001-llvm-upgrade-18.1.0-18.1.1.patch
Description: Binary data

Changes to packages/core2-64-poky-linux/llvm (sysroot):
  /usr/bin/crossscripts/llvm-config18.1.0 moved to 
/usr/bin/crossscripts/llvm-config18.1.1
Changes to packages/x86_64-linux/llvm-native (sysroot):
  /usr/bin/llvm-config changed symlink target from llvm-config18.1.0 to 
llvm-config18.1.1
  /usr/bin/llvm-config18.1.0 moved to /usr/bin/llvm-config18.1.1
  /usr/bin/llvm-tblgen18.1.0 moved to /usr/bin/llvm-tblgen18.1.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197156): 
https://lists.openembedded.org/g/openembedded-core/message/197156
Mute This Topic: https://lists.openembedded.org/mt/104951765/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to