public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] llvm/clang: Upgrade to 21.1.8 release
@ 2025-12-23  9:45 Yash.Shinde
  2025-12-24 12:27 ` [OE-core] " Mathieu Dubois-Briand
  0 siblings, 1 reply; 3+ messages in thread
From: Yash.Shinde @ 2025-12-23  9:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: Sundeep.Kokkonda, Yash.Shinde, hemanth.250302

From: HemanthKumar M D <hemanth.250302@gmail.com>

Brings following bugfixes on top of 21.1.7

2078da43e25a (HEAD, tag: llvmorg-21.1.8, origin/release/21.x) [Github] Remove use of setup-windows and install-ninja in llvm tests
b6360d3bc7a9 [Github] Remove install-ninja/setup-windows
7eb4bfe053d6 [ExtractAPI] Format typedef params correctly (#171516)
51e5074676d4 [compiler-rt][sanitizer] fix i386 build for Haiku (#171075)
d2e835bd4638 [SelectOptimize] Fix incorrect -1 immediate for large integers (#170860)
4b24e73d34ca [WebAssembly] Remove FAKE_USEs before ExplicitLocals (#160768)
4582a800c588 release/21.x: [clang-format] Fix a regression in annotating star before lambda (#170969)
a5658809ac4a [clang-format] Fix a crash in AlignArrayOfStructures (#167099)
94c40c61c1ce [clang-format] Don't swap `(const override)` with QAS_Right (#167191)
b845b4cd771e [rtsan] Handle attributed IR function declarations (#169577)
f68f64eb8130 Bump version to 21.1.8

Signed-off-by: Hemanth Kumar M D <hemanth.250302@gmail.com>
Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
---
 meta/recipes-devtools/clang/common-clang.inc | 2 +-
 meta/recipes-devtools/clang/common.inc       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/clang/common-clang.inc b/meta/recipes-devtools/clang/common-clang.inc
index ae0caa6f01..1f77400dd4 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 = "21"
 MINOR_VER = "1"
-PATCH_VER = "7"
+PATCH_VER = "8"
 # 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 e852f03c1e..1e70e9c64b 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] = "e5b65fd79c95c343bb584127114cb2d252306c1ada1e057899b6aacdd445899e"
+SRC_URI[sha256sum] = "4633a23617fa31a3ea51242586ea7fb1da7140e426bd62fc164261fe036aa142"
 
 SRC_URI = "\
     ${BASEURI} \
-- 
2.49.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [OE-core] [PATCH] llvm/clang: Upgrade to 21.1.8 release
  2025-12-23  9:45 [PATCH] llvm/clang: Upgrade to 21.1.8 release Yash.Shinde
@ 2025-12-24 12:27 ` Mathieu Dubois-Briand
  2025-12-24 13:16   ` Yash Shinde
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Dubois-Briand @ 2025-12-24 12:27 UTC (permalink / raw)
  To: Yash.Shinde, openembedded-core; +Cc: Sundeep.Kokkonda, hemanth.250302

On Tue Dec 23, 2025 at 10:45 AM CET, Yash Shinde via lists.openembedded.org wrote:
> From: HemanthKumar M D <hemanth.250302@gmail.com>
>
> Brings following bugfixes on top of 21.1.7
>
> 2078da43e25a (HEAD, tag: llvmorg-21.1.8, origin/release/21.x) [Github] Remove use of setup-windows and install-ninja in llvm tests
> b6360d3bc7a9 [Github] Remove install-ninja/setup-windows
> 7eb4bfe053d6 [ExtractAPI] Format typedef params correctly (#171516)
> 51e5074676d4 [compiler-rt][sanitizer] fix i386 build for Haiku (#171075)
> d2e835bd4638 [SelectOptimize] Fix incorrect -1 immediate for large integers (#170860)
> 4b24e73d34ca [WebAssembly] Remove FAKE_USEs before ExplicitLocals (#160768)
> 4582a800c588 release/21.x: [clang-format] Fix a regression in annotating star before lambda (#170969)
> a5658809ac4a [clang-format] Fix a crash in AlignArrayOfStructures (#167099)
> 94c40c61c1ce [clang-format] Don't swap `(const override)` with QAS_Right (#167191)
> b845b4cd771e [rtsan] Handle attributed IR function declarations (#169577)
> f68f64eb8130 Bump version to 21.1.8
>
> Signed-off-by: Hemanth Kumar M D <hemanth.250302@gmail.com>
> Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
> ---

Hi Yash,

Thanks for your patch.

You will also need to update the llvm-project-source entry in
meta/conf/distro/include/maintainers.inc to avoid QA error:

2025-12-24 09:48:11,352 - oe-selftest - INFO - distrodata.Distrodata.test_maintainers (subunit.RemotedTestCase)
2025-12-24 09:48:11,353 - oe-selftest - INFO -  ... FAIL
...
AssertionError:
The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file.
llvm-project-source-21.1.8 (/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/recipes-devtools/clang/llvm-project-source.bb)

https://autobuilder.yoctoproject.org/valkyrie/#/builders/35/builds/2905
https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/2800
https://autobuilder.yoctoproject.org/valkyrie/#/builders/23/builds/3043

Can you have a look at this?

Thanks,
Mathieu

-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OE-core] [PATCH] llvm/clang: Upgrade to 21.1.8 release
  2025-12-24 12:27 ` [OE-core] " Mathieu Dubois-Briand
@ 2025-12-24 13:16   ` Yash Shinde
  0 siblings, 0 replies; 3+ messages in thread
From: Yash Shinde @ 2025-12-24 13:16 UTC (permalink / raw)
  To: Mathieu Dubois-Briand, openembedded-core; +Cc: Sundeep.Kokkonda, hemanth.250302


On 24-12-2025 17:57, Mathieu Dubois-Briand wrote:
> CAUTION: This email comes from a non Wind River email account!
> Do not click links or open attachments unless you recognize the sender and know the content is safe.
>
> On Tue Dec 23, 2025 at 10:45 AM CET, Yash Shinde via lists.openembedded.org wrote:
>> From: HemanthKumar M D <hemanth.250302@gmail.com>
>>
>> Brings following bugfixes on top of 21.1.7
>>
>> 2078da43e25a (HEAD, tag: llvmorg-21.1.8, origin/release/21.x) [Github] Remove use of setup-windows and install-ninja in llvm tests
>> b6360d3bc7a9 [Github] Remove install-ninja/setup-windows
>> 7eb4bfe053d6 [ExtractAPI] Format typedef params correctly (#171516)
>> 51e5074676d4 [compiler-rt][sanitizer] fix i386 build for Haiku (#171075)
>> d2e835bd4638 [SelectOptimize] Fix incorrect -1 immediate for large integers (#170860)
>> 4b24e73d34ca [WebAssembly] Remove FAKE_USEs before ExplicitLocals (#160768)
>> 4582a800c588 release/21.x: [clang-format] Fix a regression in annotating star before lambda (#170969)
>> a5658809ac4a [clang-format] Fix a crash in AlignArrayOfStructures (#167099)
>> 94c40c61c1ce [clang-format] Don't swap `(const override)` with QAS_Right (#167191)
>> b845b4cd771e [rtsan] Handle attributed IR function declarations (#169577)
>> f68f64eb8130 Bump version to 21.1.8
>>
>> Signed-off-by: Hemanth Kumar M D <hemanth.250302@gmail.com>
>> Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
>> ---
> Hi Yash,
>
> Thanks for your patch.
>
> You will also need to update the llvm-project-source entry in
> meta/conf/distro/include/maintainers.inc to avoid QA error:
>
> 2025-12-24 09:48:11,352 - oe-selftest - INFO - distrodata.Distrodata.test_maintainers (subunit.RemotedTestCase)
> 2025-12-24 09:48:11,353 - oe-selftest - INFO -  ... FAIL
> ...
> AssertionError:
> The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file.
> llvm-project-source-21.1.8 (/srv/pokybuild/yocto-worker/oe-selftest-debian/build/layers/openembedded-core/meta/recipes-devtools/clang/llvm-project-source.bb)
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/35/builds/2905
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/2800
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/23/builds/3043
>
> Can you have a look at this?
The recipe version rename was missed in maintainers.inc file.
I have sent the v2 with it.
https://lists.openembedded.org/g/openembedded-core/message/228532


Regards,
Yash
>
> Thanks,
> Mathieu
>
> --
> Mathieu Dubois-Briand, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
-- 
Regards,
Yash Shinde



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-12-24 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-23  9:45 [PATCH] llvm/clang: Upgrade to 21.1.8 release Yash.Shinde
2025-12-24 12:27 ` [OE-core] " Mathieu Dubois-Briand
2025-12-24 13:16   ` Yash Shinde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox