mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-05 04:35:51 +00:00
Merge branch '6.0' into snapshot
This commit is contained in:
commit
0ed4f6b28c
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
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