diff --git a/debian/changelog b/debian/changelog index 5c83e505..24113582 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,18 +1,23 @@ llvm-toolchain-5.0 (1:5.0.1-4) UNRELEASED; urgency=medium + [ Sylvestre Ledru ] * Move the VCS to git. Many thanks to James Clarke for doing the conversion * Ignore the test tools/gold/X86/comdat.ll until https://bugs.llvm.org/show_bug.cgi?id=36166 is fixed. Will fix the ftbfs on x86 + * 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 Wed, 14 Feb 2018 13:12:18 +0100 + [ James Clarke ] + * Disable LLDB on powerpcspe + + -- James Clarke Mon, 26 Feb 2018 16:07:18 +0000 llvm-toolchain-5.0 (1:5.0.1-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 35584dc8..f8e340ef 100755 --- a/debian/rules +++ b/debian/rules @@ -145,7 +145,7 @@ else endif LLDB_ENABLE=yes -LLDB_DISABLE_ARCHS := hurd-i386 ia64 ppc64el powerpc 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.