llvm-toolchain-21 (1:21.1.8-2)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1:21.1.8-3 > 1:21.1.8-2
- Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 21
-
- Branch: 21
- Path: debian/changelog
- Repo size: 3010560
- Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/21
- Last scan: 2026-01-26 07:35:03+00
- Next scan: 2026-02-03 18:53:00+00
- Debian changelog in Git:
llvm-toolchain-21 (1:21.1.8-3) UNRELEASED; urgency=medium
* d/llvm-X.Y-tools.bcep.in: Fix Python 3.14 byte compilation by adding
an exception for shtest-encoding.py test file containing non-UTF-8
characters (Igor Luppi). LP: #2138890.
-- Matthias Klose <doko@debian.org> Sun, 25 Jan 2026 08:30:26 +0100
- This branch is 3 commits ahead of tag debian/1%21.1.8-2
- Git log:
commit a4f1f1ae32293aac07b3af224277e3ab1139565a
Merge: 6de1285 3a2677a
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Sun Jan 25 20:22:20 2026 +0000
Merge branch 'mr/cmake-4-workaround' into '21'
d/rules: work around cmake 4.x compat issue
See merge request pkg-llvm-team/llvm-toolchain!205
commit 3a2677a7cb2354a6a389603e393a0cc06407b0ee
Author: Fabian Grünbichler <git@fabian.gruenbichler.email>
Date: Sun Jan 25 10:02:39 2026 +0100
d/rules: work around cmake 4.x compat issue
forcing the policy to exclude CMAP0164 which is automatically on starting with
version 3.30+. this policy breaks the WASM build because the WASM target
doesn't support shared libraries, but the common LLVM CMake export files
contain shared libraries.
this is just a stop gap workaround, at some point CMake 4 will no longer
support disabling this policy..
Closes: #1125733
Signed-off-by: Fabian Grünbichler <git@fabian.gruenbichler.email>
commit 6de128545813a86c1da61a03e52a37fa175d668d
Author: Matthias Klose <doko@ubuntu.com>
Date: Sun Jan 25 08:35:38 2026 +0100
* d/llvm-X.Y-tools.bcep.in: Fix Python 3.14 byte compilation by adding
an exception for shtest-encoding.py test file containing non-UTF-8
characters (Igor Luppi). LP: #2138890.