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

This commit is contained in:
Sylvestre Ledru 2018-02-26 18:33:57 +01:00
commit a57bcd9954
2 changed files with 7 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,18 +1,23 @@
llvm-toolchain-5.0 (1:5.0.1-4) UNRELEASED; urgency=medium llvm-toolchain-5.0 (1:5.0.1-4) UNRELEASED; urgency=medium
[ Sylvestre Ledru ]
* 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
* Ignore the test tools/gold/X86/comdat.ll * Ignore the test tools/gold/X86/comdat.ll
until https://bugs.llvm.org/show_bug.cgi?id=36166 until https://bugs.llvm.org/show_bug.cgi?id=36166
is fixed. is fixed.
Will fix the ftbfs on x86 Will fix the ftbfs on x86
* 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> Wed, 14 Feb 2018 13:12:18 +0100 [ James Clarke ]
* Disable LLDB on powerpcspe
-- James Clarke <jrtc27@debian.org> Mon, 26 Feb 2018 16:07:18 +0000
llvm-toolchain-5.0 (1:5.0.1-3) unstable; urgency=medium llvm-toolchain-5.0 (1:5.0.1-3) unstable; urgency=medium

2
debian/rules vendored
View File

@ -145,7 +145,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.