Merge branch '5.0' into 6.0

This commit is contained in:
James Clarke 2018-02-26 16:24:36 +00:00
commit 78522d1a72
2 changed files with 7 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,15 +1,20 @@
llvm-toolchain-6.0 (1:6.0~+rc3-1) unstable; urgency=medium llvm-toolchain-6.0 (1:6.0~+rc3-1) unstable; urgency=medium
[ Sylvestre Ledru ]
* New snapshot release * New snapshot release
* Move the VCS to git. * Move the VCS to git.
Many thanks to James Clarke for doing the conversion Many thanks to James Clarke for doing the conversion
* Create the directory before having the manpages generated
[ John Paul Adrian Glaubitz ] [ John Paul Adrian Glaubitz ]
* Add proposed upstream patch by James Clarke to add the * Add proposed upstream patch by James Clarke to add the
missing __tls_get_addr symbol to the symbol table for missing __tls_get_addr symbol to the symbol table for
TLS calls on SPARC (Closes: #890401) TLS calls on SPARC (Closes: #890401)
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 24 Feb 2018 16:57:42 +0100 [ James Clarke ]
* Disable LLDB on powerpcspe
-- James Clarke <jrtc27@debian.org> Mon, 26 Feb 2018 16:07:18 +0000
llvm-toolchain-6.0 (1:6.0~+rc2-1) unstable; urgency=medium llvm-toolchain-6.0 (1:6.0~+rc2-1) unstable; urgency=medium

2
debian/rules vendored
View File

@ -144,7 +144,7 @@ else
endif endif
LLDB_ENABLE=yes 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 # hurd has threading issues
ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH))) ifeq (,$(filter-out $(LLDB_DISABLE_ARCHS), $(DEB_HOST_ARCH)))
# Disable LLDB for this arch. # Disable LLDB for this arch.