mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 17:54:50 +00:00
Merge branch '5.0' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 5.0
This commit is contained in:
commit
a57bcd9954
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user