Merge branch '6.0' into snapshot

This commit is contained in:
James Clarke 2018-02-26 16:32:10 +00:00
commit 0ed4f6b28c
2 changed files with 7 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,5 +1,6 @@
llvm-toolchain-snapshot (1:7~svn323616-1~exp2) UNRELEASED; urgency=medium
[ Sylvestre Ledru ]
* create the directory for the mips stuff
* Fail the build when new symbols are added
* 5 new symbols:
@ -11,8 +12,12 @@ llvm-toolchain-snapshot (1:7~svn323616-1~exp2) UNRELEASED; urgency=medium
* Use upstream ld.lld manpage instead of help2man
* Move the VCS to git.
Many thanks to James Clarke for doing the conversion
* Create the directory before having the manpages generated
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 12 Feb 2018 17:32:45 +0100
[ James Clarke ]
* Disable LLDB on powerpcspe
-- James Clarke <jrtc27@debian.org> Mon, 26 Feb 2018 16:07:18 +0000
llvm-toolchain-snapshot (1:7~svn323616-1~exp1) experimental; urgency=medium

2
debian/rules vendored
View File

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