From: Martin Jansa <[email protected]>

https://discourse.llvm.org/t/llvm-22-1-6-released/90838

Brings following fixes:

fc4aad7b5db3 [Clang][Coroutines] Don't emit fake uses for coroutine parameters 
(#194690)
5fb52fc3fda6 [Coverage] Fix assertion failure when a -isystem header invokes a 
user macro (#195427)
fd10d8f31077 [DAGTypeLegalizer] Add missing BR_CC handler for soft-promoted 
half operands (#196214)
c0262e742787 [SystemZ] Fix internal error with single-element vector types 
(#196127)
cbb1eb533ded [lldb-dap] Fix crash in source request handler (#195847)
897d3e2b2a63 [lldb][windows] fix cross DLL file descriptor lookup crash 
(#195855)
60e3203b2e90 Bump version to 22.1.6

Signed-off-by: Martin Jansa <[email protected]>
---
Depends on https://lists.openembedded.org/g/openembedded-core/message/237462
unfortunately doesn't fix clang's ICE when building ffmpeg with -march=nehalem
(builds fine with -march=x86-64-v3 used by qemux86-64 by default nowadas).

 meta/conf/distro/include/maintainers.inc     | 2 +-
 meta/recipes-devtools/clang/common-clang.inc | 2 +-
 meta/recipes-devtools/clang/common.inc       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/conf/distro/include/maintainers.inc 
b/meta/conf/distro/include/maintainers.inc
index 981a3c4fcc..af4ea1b14f 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -482,7 +482,7 @@ RECIPE_MAINTAINER:pn-linux-yocto-tiny = "Bruce Ashfield 
<[email protected]
 RECIPE_MAINTAINER:pn-lld = "Khem Raj <[email protected]>"
 RECIPE_MAINTAINER:pn-lldb = "Khem Raj <[email protected]>"
 RECIPE_MAINTAINER:pn-llvm = "Khem Raj <[email protected]>"
-RECIPE_MAINTAINER:pn-llvm-project-source-22.1.5 = "Khem Raj 
<[email protected]>"
+RECIPE_MAINTAINER:pn-llvm-project-source-22.1.6 = "Khem Raj 
<[email protected]>"
 RECIPE_MAINTAINER:pn-llvm-tblgen-native = "Khem Raj <[email protected]>"
 RECIPE_MAINTAINER:pn-log4cplus = "Unassigned <[email protected]>"
 RECIPE_MAINTAINER:pn-logrotate = "Yi Zhao <[email protected]>"
diff --git a/meta/recipes-devtools/clang/common-clang.inc 
b/meta/recipes-devtools/clang/common-clang.inc
index d6ad546c59..a7934951e0 100644
--- a/meta/recipes-devtools/clang/common-clang.inc
+++ b/meta/recipes-devtools/clang/common-clang.inc
@@ -5,7 +5,7 @@ LLVM_HTTP ?= "https://github.com/llvm";
 
 MAJOR_VER = "22"
 MINOR_VER = "1"
-PATCH_VER = "5"
+PATCH_VER = "6"
 # could be 'rcX' or 'git' or empty ( for release )
 VER_SUFFIX = ""
 
diff --git a/meta/recipes-devtools/clang/common.inc 
b/meta/recipes-devtools/clang/common.inc
index 30bd7e18af..0252d77a7e 100644
--- a/meta/recipes-devtools/clang/common.inc
+++ b/meta/recipes-devtools/clang/common.inc
@@ -17,7 +17,7 @@ BASEURI ?= 
"${LLVM_HTTP}/llvm-project/releases/download/llvmorg-${PV}${VER_SUFFI
 UPSTREAM_CHECK_URI = "${LLVM_HTTP}/llvm-project/releases/"
 UPSTREAM_CHECK_REGEX = "releases/tag/llvmorg-?(?P<pver>\d+(\.\d+)+)"
 SOURCEDIR ?= "llvm-project-${PV}${VER_SUFFIX}.src"
-SRC_URI[sha256sum] = 
"7972b87b705a003ce70ab55f9f0fb495d156887cba0eb296d284731139118e2c"
+SRC_URI[sha256sum] = 
"6e0b376a1f6d9873e7dfb09ae6e04b9c7024400f01733fa4c29be69d5c138bc2"
 
 SRC_URI = "\
     ${BASEURI} \
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#237533): 
https://lists.openembedded.org/g/openembedded-core/message/237533
Mute This Topic: https://lists.openembedded.org/mt/119438056/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to