Version in overlay suite: 13.0.1-6~deb10u2 Base version: llvm-toolchain-13_13.0.1-6~deb10u2 Target version: llvm-toolchain-13_13.0.1-6~deb10u3 Base file: /srv/ftp-master.debian.org/ftp/pool/main/l/llvm-toolchain-13/llvm-toolchain-13_13.0.1-6~deb10u2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/l/llvm-toolchain-13/llvm-toolchain-13_13.0.1-6~deb10u3.dsc changelog | 6 ++++++ rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff -Nru llvm-toolchain-13-13.0.1/debian/changelog llvm-toolchain-13-13.0.1/debian/changelog --- llvm-toolchain-13-13.0.1/debian/changelog 2022-07-15 09:10:37.000000000 +0000 +++ llvm-toolchain-13-13.0.1/debian/changelog 2022-07-19 09:37:05.000000000 +0000 @@ -1,3 +1,9 @@ +llvm-toolchain-13 (1:13.0.1-6~deb10u3) buster; urgency=medium + + * Disable lldb on mips. + + -- Emilio Pozuelo Monfort Tue, 19 Jul 2022 11:37:05 +0200 + llvm-toolchain-13 (1:13.0.1-6~deb10u2) buster; urgency=medium * Don't build-dep on llvm-spirv, it's not available in buster diff -Nru llvm-toolchain-13-13.0.1/debian/rules llvm-toolchain-13-13.0.1/debian/rules --- llvm-toolchain-13-13.0.1/debian/rules 2022-07-15 09:10:37.000000000 +0000 +++ llvm-toolchain-13-13.0.1/debian/rules 2022-07-18 08:16:39.000000000 +0000 @@ -328,7 +328,7 @@ endif LLDB_ENABLE=yes -LLDB_DISABLE_ARCHS := hurd-i386 ia64 powerpc powerpcspe ppc64 riscv64 sparc64 mips64el mipsel +LLDB_DISABLE_ARCHS := hurd-i386 ia64 powerpc powerpcspe ppc64 riscv64 sparc64 mips mips64el mipsel # hurd has threading issues ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH))) # Disable LLDB for this arch.