From 25b2cce129f7134d59176a8dd11d6668599a5275 Mon Sep 17 00:00:00 2001 From: James Clarke Date: Mon, 26 Feb 2018 16:06:56 +0000 Subject: [PATCH 1/3] Disable LLDB on powerpcspe --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index d44bc4c8..6f3cfe29 100755 --- a/debian/rules +++ b/debian/rules @@ -143,7 +143,7 @@ else endif LLDB_ENABLE=yes -LLDB_DISABLE_ARCHS := hurd-i386 ia64 ppc64el powerpc s390x sparc64 mips64el ppc64 +LLDB_DISABLE_ARCHS := hurd-i386 ia64 ppc64el powerpc powerpcspe s390x sparc64 mips64el ppc64 # hurd has threading issues ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH))) # Disable LLDB for this arch. From 54970bfc01f62e278f244649e72b5e4155b680b6 Mon Sep 17 00:00:00 2001 From: James Clarke Date: Mon, 26 Feb 2018 16:06:56 +0000 Subject: [PATCH 2/3] Sort LLDB_DISABLE_ARCHS Gbp-Dch: Ignore --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6f3cfe29..00879ae4 100755 --- a/debian/rules +++ b/debian/rules @@ -143,7 +143,7 @@ else endif LLDB_ENABLE=yes -LLDB_DISABLE_ARCHS := hurd-i386 ia64 ppc64el powerpc powerpcspe s390x sparc64 mips64el ppc64 +LLDB_DISABLE_ARCHS := hurd-i386 ia64 mips64el powerpc powerpcspe ppc64 ppc64el s390x sparc64 # hurd has threading issues ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH))) # Disable LLDB for this arch. From 6ddc042fbd31bcd12fcb39121dbe6c457af158b3 Mon Sep 17 00:00:00 2001 From: James Clarke Date: Mon, 26 Feb 2018 16:21:34 +0000 Subject: [PATCH 3/3] Update changelog --- debian/changelog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f25a3ea6..39ef3d51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,19 @@ llvm-toolchain-4.0 (1:4.0.1-11) UNRELEASED; urgency=medium + [ Sylvestre Ledru ] * Move the VCS to git. Many thanks to James Clarke for doing the conversion + * Create the directory before having the manpages generated [ John Paul Adrian Glaubitz ] * Add proposed upstream patch by James Clarke to add the missing __tls_get_addr symbol to the symbol table for TLS calls on SPARC (Closes: #890401) - [ Sylvestre Ledru ] + [ James Clarke ] + * Disable LLDB on powerpcspe - -- Sylvestre Ledru Fri, 23 Feb 2018 19:43:43 +0100 + -- James Clarke Mon, 26 Feb 2018 16:07:18 +0000 llvm-toolchain-4.0 (1:4.0.1-10) unstable; urgency=medium