| Message ID | 20251223094504.2919922-1-Yash.Shinde@windriver.com |
|---|---|
| State | Accepted, archived |
| Commit | 403249647cc92c70f497a75566131dc605f50c48 |
| Headers | show |
| Series | llvm/clang: Upgrade to 21.1.8 release | expand |
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
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 >
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} \