llvm-toolchain-23 (1:23.1.0-rc3-1~exp1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 1:23.1.0-2 < 1:23.1.0-rc3-1~exp1.
- Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 23
-
- Branch: 23
- Path: debian/changelog
- Repo size: 2281472
- Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/23
- Last scan: 2026-09-02 05:26:02+00
- Error: https://salsa.debian.org/api/v4/projects/pkg-llvm-team%2Fllvm-toolchain API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-09-10 20:36:00+00
- Debian changelog in Git:
llvm-toolchain-23 (1:23.1.0-2) unstable; urgency=medium
* Fix the i386 FTBFS caused by d/p/llvm-support-force-sse2-float16.diff:
LLVMSupport is built with -msse2 there, and it also builds the
precompiled header that the rest of LLVM reuses, so every consumer
failed with "precompiled file cmake_pch.hxx.pch was compiled with the
target feature '+sse2' but the current translation unit is not".
Pass -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON on x86-32 (both stages).
* d/debian-llvm-testsuite.bats: use -analyzer-constraints=unsupported-z3,
upstream renamed the z3 constraint manager backend in LLVM 23
(llvm-project 43082d6efa9c). The old name is now rejected as an invalid
value, which the "not built with Z3" check did not catch, so the test
failed instead of running. (Closes: #1145851)
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 26 Aug 2026 18:38:50 +0200
- This branch is 2 commits ahead of tag debian/1%23.1.0-1
- Git log:
commit 61332ac470ad50f29a1a290ba577fdf46ac6f423
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Thu Aug 27 17:35:14 2026 +0200
d/debian-llvm-testsuite.bats: use -analyzer-constraints=unsupported-z3, upstream renamed the z3 constraint manager backend in LLVM 23 (llvm-project 43082d6efa9c). The old name is now rejected as an invalid value, which the "not built with Z3" check did not catch, so the test failed instead of running. (Closes: #1145851)
commit b7f6f300c3782564523e1767cb47d3fabda4188f
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Thu Aug 27 17:28:36 2026 +0200
Fix the i386 FTBFS caused by d/p/llvm-support-force-sse2-float16.diff: LLVMSupport is built with -msse2 there, and it also builds the precompiled header that the rest of LLVM reuses, so every consumer failed with "precompiled file cmake_pch.hxx.pch was compiled with the target feature '+sse2' but the current translation unit is not". Pass -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON on x86-32 (both stages).