mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 23:42:18 +00:00
Disable lldb on sparc64 (Closes: #832371)
This commit is contained in:
parent
8232afa51e
commit
f2de04217d
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ llvm-toolchain-3.9 (1:3.9~svn275918-1~exp2) experimental; urgency=medium
|
|||||||
* LLVMConfig.cmake is now installed to <prefix>/lib/cmake/llvm instead of
|
* LLVMConfig.cmake is now installed to <prefix>/lib/cmake/llvm instead of
|
||||||
<prefix>/share/llvm/cmake
|
<prefix>/share/llvm/cmake
|
||||||
Thanks to Brad King of the fix
|
Thanks to Brad King of the fix
|
||||||
|
* Disable lldb on sparc64 (Closes: #832371)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 25 Jul 2016 12:18:52 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 25 Jul 2016 12:18:52 +0200
|
||||||
|
|
||||||
|
16
debian/control
vendored
16
debian/control
vendored
@ -426,8 +426,8 @@ Description: Modular compiler and toolchain technologies, examples
|
|||||||
# ------------- lldb -------------
|
# ------------- lldb -------------
|
||||||
|
|
||||||
Package: lldb-3.9
|
Package: lldb-3.9
|
||||||
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 x32 mips mipsel
|
||||||
# ia64 mips mipsel hurd powerpc ppc64el have been removed
|
# ia64 mips mipsel hurd powerpc ppc64el sparc64 have been removed
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.9 (= ${binary:Version}), llvm-3.9-dev
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.9 (= ${binary:Version}), llvm-3.9-dev
|
||||||
Suggests: python-lldb-3.9
|
Suggests: python-lldb-3.9
|
||||||
Conflicts: lldb-3.4, lldb-3.5
|
Conflicts: lldb-3.4, lldb-3.5
|
||||||
@ -438,8 +438,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.9
|
Package: liblldb-3.9
|
||||||
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 x32 mips mipsel
|
||||||
# ia64 mips mipsel hurd powerpc ppc64el have been removed
|
# ia64 mips mipsel hurd powerpc ppc64el sparc64 have been removed
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.9 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm3.9 (= ${binary:Version})
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Section: libs
|
Section: libs
|
||||||
@ -453,8 +453,8 @@ Description: Next generation, high-performance debugger, library
|
|||||||
This package contains the LLDB runtime library.
|
This package contains the LLDB runtime library.
|
||||||
|
|
||||||
Package: liblldb-3.9-dbg
|
Package: liblldb-3.9-dbg
|
||||||
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc hppa m68k powerpcspe ppc64 sh4 x32 mips mipsel
|
||||||
# ia64 mips mipsel hurd ppc64el alpha s390x powerpc have been removed
|
# ia64 mips mipsel hurd ppc64el alpha s390x powerpc sparc64 have been removed
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-3.9 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, liblldb-3.9 (= ${binary:Version})
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Section: debug
|
Section: debug
|
||||||
@ -483,8 +483,8 @@ Description: Next generation, high-performance debugger, python lib
|
|||||||
|
|
||||||
Package: liblldb-3.9-dev
|
Package: liblldb-3.9-dev
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 mips mipsel
|
Architecture: amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 x32 mips mipsel
|
||||||
# ia64 mips mipsel hurd powerpc ppc64el have been removed
|
# ia64 mips mipsel hurd powerpc ppc64el sparc64 have been removed
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-3.9 (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, lldb-3.9 (= ${binary:Version})
|
||||||
Replaces: lldb-3.9-dev (<= 1:3.9~svn215195-2)
|
Replaces: lldb-3.9-dev (<= 1:3.9~svn215195-2)
|
||||||
Breaks: lldb-3.9-dev (<< 1:3.9~svn215195-2)
|
Breaks: lldb-3.9-dev (<< 1:3.9~svn215195-2)
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -108,7 +108,7 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
LLDB_ENABLE=yes
|
LLDB_ENABLE=yes
|
||||||
LLDB_DISABLE_ARCHS := arm64 hurd-i386 ia64 ppc64el powerpc s390x
|
LLDB_DISABLE_ARCHS := arm64 hurd-i386 ia64 ppc64el powerpc 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