mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 20:00:43 +00:00
Merge branch '5.0' into 6.0
This commit is contained in:
commit
78522d1a72
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,15 +1,20 @@
|
||||
llvm-toolchain-6.0 (1:6.0~+rc3-1) unstable; urgency=medium
|
||||
|
||||
[ Sylvestre Ledru ]
|
||||
* New snapshot release
|
||||
* 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 <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
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user