Merge branch '4.0' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 4.0

This commit is contained in:
Sylvestre Ledru 2018-02-27 09:07:37 +01:00
commit d7f3ff6409
2 changed files with 6 additions and 3 deletions

7
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Fri, 23 Feb 2018 19:43:43 +0100
-- James Clarke <jrtc27@debian.org> Mon, 26 Feb 2018 16:07:18 +0000
llvm-toolchain-4.0 (1:4.0.1-10) unstable; urgency=medium

2
debian/rules vendored
View File

@ -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 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.