llvm-toolchain-19 (1:19.1.7-10) unstable; urgency=medium . * d/rules: Add dependencies for various build targets. Closes: #1105541. * Fix libPolly installation on powerpc. llvm-toolchain-19 (1:19.1.7-9) unstable; urgency=medium . * Remove some binutils-gold left overs. * Fix the binary-indep only build. llvm-toolchain-19 (1:19.1.7-8) unstable; urgency=medium . [ Matthias Klose ] * Define -DPPC_LINUX_DEFAULT_IEEELONGDOUBLE=ON on all architectures for correct cross compilers. Except on powerpc and ppc64, where it thinks it has this feature also on the host. * Drop the build dependency on binutils-gold. * Build using lld on some architecture, use the BFD linker elsewhere. * Always build the LLVMgold plugin, independent of the linker used for the build. * Update libomp symbols file. * Introduce the Ubuntu Questing and Resolute distros. * d/rules: Factor out LIBUNWIND_ARCHS macro. * Limit architecture of binary packages to the ones supported by LLVM. * d/rules: Make grep a bit more quiet. * python3-lldb-X.Y: Remove some dangling symlinks and use dh-python to create proper dependencies for the package. Closes: #1106112. * d/p/protobuf_3.21.patch: Remove obsolete patch. Closes: #1093963. * Remove obsolete build dependencies libjsoncpp-dev and pkg-config. Closes: #1093961. * Add command completion for the versioned clang binary. Closes: #1109370. * Bump the debhelper dependency to 11, d/compat was already at 11. * Build polly again on powerpc. * Make the installation of hwasan_symbolize dependent on the architecture. * Fix stripping RPATH/RUNPATH. * Also call dh_python3 for python3-clang-X.Y. . [ Gianfranco Costamagna ] * Cherry-pick PR: #137403, #137440 and #149140 to fix sanitizer build in glibc-2.42 (termio/termios issues).