commit a83416d490018455f092b92be22c086f4927787d
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Tue Jun 16 02:36:34 2026 +0200
d/rules: Re-enable compiler-rt on hurd-amd64
commit 90ca2645d3d0742883bcebebaf5943782e084f82
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Mon Jun 15 09:04:34 2026 +0200
* d/rules: Disable the Z3 solver on releases shipping libz3 < 4.8.9
(focal). LLVM requires Z3 >= 4.8.9, so on focal
(libz3 4.8.7) the stage-2 cmake configure failed with
"LLVM_ENABLE_Z3_SOLVER cannot be enabled when Z3 is not available".
commit e539b3ca0f26817fa0b71112a9ad1e8dde9e775c
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Mon Jun 15 10:20:32 2026 +0200
also use sccache on arm64
commit 6fad6756ab94762470e8477b71d78f4e3a4107b0
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Sun Jun 14 21:25:35 2026 +0200
d/rules: fix libclang-rt-dev/-dev-win windows file conflict and focal sccache parse error
- Remove the Windows compiler-rt builtins from libclang-rt-X.Y-dev (they
belong to -dev-win). The greedy lib/*/*clang_rt* glob put them in both
packages -> dpkg 'trying to overwrite' -> autopkgtest install failure on
bookworm. Drop the ineffective rm -f in override_dh_auto_install and add
rm -fr after dh_install.
- De-tab the sccache SCCACHE_BASEDIR version-guard block so the $(warning)
line is not parsed as a recipe ('recipe commences before first target')
on distros with sccache < 0.14 (e.g. focal).
commit c00bdabdd0c22ffa1432581fde7d2c524da1c736
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Sun Jun 14 16:18:27 2026 +0200
d/rules: set SCCACHE_BASEDIR to keep sccache cache hits across changing build dirs
SCCACHE_BASEDIR (sccache >= 0.14) rewrites absolute paths under the build
tree to relative ones before hashing, so the cache survives rebuilds in
differently-named directories. Warn at config time if sccache is too old.
commit 92e037709e8df35e61d68e731b82475fd722649e
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Sun Jun 14 10:45:58 2026 +0200
lldb: ship a system-wide /etc/lldb/lldbinit, configuring the distro debuginfod server on Debian and Ubuntu. Thanks to Norbert Lange for the patch
commit 803529dadcafa885922bca06f4071196dc968ce1
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Sun Jun 14 10:44:03 2026 +0200
orig-tar.sh: use "New upstream release" for dot releases
commit 03edc70c353d6715bfe1d15ca5b48eeeb522666a
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Sun Jun 14 10:40:28 2026 +0200
* New upstream release
* lldb: ship a system-wide /etc/lldb/lldbinit, configuring the distro
debuginfod server on Debian and Ubuntu.
Thanks to Norbert Lange for the patch
commit ebec4f64590544087f60feafda1a76e7443c2045
Merge: 0837823 8d3b66b
Author: Sylvestre Ledru <sylvestre@debian.org>
Date: Sun Jun 14 08:24:10 2026 +0000
Merge branch 'lldb_global_config' into '22'
lldb: add a default config file
See merge request pkg-llvm-team/llvm-toolchain!219
commit 8d3b66b3e23ee7aff6a5ed2c1a6c455a015720ff
Author: Norbert Lange <nolange79@gmail.com>
Date: Fri Jun 12 10:42:31 2026 +0200
lldb: add a default config file
Install /etc/lldb/lldbinit.
If on Debian or Ubuntu, configure the distro debuginfod server. Otherwise the file only contains comments.
Among the 89 debian patches available in version 1:22.1.7-1 of the package, we noticed the following issues: