mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 09:21:17 +00:00
Disable lldb on s390x, alpha & powerpc
See https://llvm.org/bugs/show_bug.cgi?id=24548
This commit is contained in:
parent
4a695d221a
commit
50641c5803
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,6 +1,8 @@
|
|||||||
llvm-toolchain-3.7 (1:3.7-1) unstable; urgency=medium
|
llvm-toolchain-3.7 (1:3.7-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
* Disable lldb on s390x, alpha & powerpc
|
||||||
|
See https://llvm.org/bugs/show_bug.cgi?id=24548
|
||||||
|
|
||||||
[ Gianfranco Costamagna ]
|
[ Gianfranco Costamagna ]
|
||||||
* debian/patches/kfreebsd-build-fix.patch:
|
* debian/patches/kfreebsd-build-fix.patch:
|
||||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -382,8 +382,8 @@ Description: Modular compiler and toolchain technologies, examples
|
|||||||
# ------------- lldb -------------
|
# ------------- lldb -------------
|
||||||
|
|
||||||
Package: lldb-3.7
|
Package: lldb-3.7
|
||||||
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 powerpc mips mipsel
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
|
||||||
# ia64 mips mipsel hurd ppc64el have been removed
|
# ia64 mips mipsel hurd ppc64el s390x powerpc alpha have been removed
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.7 (= ${binary:Version}), python, llvm-3.7-dev, python-lldb-3.7
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.7 (= ${binary:Version}), python, llvm-3.7-dev, python-lldb-3.7
|
||||||
Conflicts: lldb-3.4, lldb-3.5
|
Conflicts: lldb-3.4, lldb-3.5
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
@ -393,8 +393,8 @@ Description: Next generation, high-performance debugger
|
|||||||
Project, such as the Clang expression parser and LLVM disassembler.
|
Project, such as the Clang expression parser and LLVM disassembler.
|
||||||
|
|
||||||
Package: liblldb-3.7
|
Package: liblldb-3.7
|
||||||
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 powerpc mips mipsel
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
|
||||||
# ia64 mips mipsel hurd ppc64el have been removed
|
# ia64 mips mipsel hurd ppc64el alpha s390x powerpc have been removed
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.7 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.7 (= ${binary:Version})
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Section: libs
|
Section: libs
|
||||||
@ -424,8 +424,8 @@ Description: Next generation, high-performance debugger, python lib
|
|||||||
|
|
||||||
Package: liblldb-3.7-dev
|
Package: liblldb-3.7-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 s390x sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 powerpc mips mipsel
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
|
||||||
# ia64 mips mipsel hurd ppc64el have been removed
|
# ia64 mips mipsel hurd ppc64el alpha s390x powerpc have been removed
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-3.7 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-3.7 (= ${binary:Version})
|
||||||
Replaces: lldb-3.7-dev (<= 1:3.7~svn215195-2)
|
Replaces: lldb-3.7-dev (<= 1:3.7~svn215195-2)
|
||||||
Breaks: lldb-3.7-dev (<< 1:3.7~svn215195-2)
|
Breaks: lldb-3.7-dev (<< 1:3.7~svn215195-2)
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -115,8 +115,9 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
LLDB_ENABLE=yes
|
LLDB_ENABLE=yes
|
||||||
LLDB_DISABLE_ARCHS := arm64 hurd-i386 ia64 ppc64el
|
LLDB_DISABLE_ARCHS := arm64 hurd-i386 ia64 ppc64el s390x powerpc alpha
|
||||||
# hurd has threading issues
|
# hurd has threading issues
|
||||||
|
# And some archs are failing because of https://llvm.org/bugs/show_bug.cgi?id=24548
|
||||||
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.
|
||||||
LLDB_ENABLE=no
|
LLDB_ENABLE=no
|
||||||
|
Loading…
Reference in New Issue
Block a user