mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 07:18:17 +00:00
Merge branch '4.0' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 4.0
This commit is contained in:
commit
d7f3ff6409
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,16 +1,19 @@
|
|||||||
llvm-toolchain-4.0 (1:4.0.1-11) UNRELEASED; urgency=medium
|
llvm-toolchain-4.0 (1:4.0.1-11) 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
|
||||||
|
* 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 ]
|
[ 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
|
llvm-toolchain-4.0 (1:4.0.1-10) unstable; urgency=medium
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -143,7 +143,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.
|
||||||
|
Loading…
Reference in New Issue
Block a user