disable lld for real

This commit is contained in:
Sylvestre Ledru 2016-05-20 08:27:44 +00:00
parent ef64786f2b
commit 691454be41

92
debian/control vendored
View File

@ -351,56 +351,56 @@ Description: Modular compiler and toolchain technologies, examples
# ------------- lld ------------- # ------------- lld -------------
Package: lld-3.9 # Package: lld-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 sparc64 x32 mips mipsel
# ia64 mips mipsel hurd powerpc ppc64el have been removed # # ia64 mips mipsel hurd powerpc ppc64el 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
Pre-Depends: ${misc:Pre-Depends} # Pre-Depends: ${misc:Pre-Depends}
Description: LLVM-based linker # Description: LLVM-based linker
LLD is a new, high-performance linker. It is built as a set of reusable # LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM # components which highly leverage existing libraries in the larger LLVM
Project. # Project.
Package: liblld-3.9 # Package: liblld-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 sparc64 x32 mips mipsel
# ia64 mips mipsel hurd powerpc ppc64el have been removed # # ia64 mips mipsel hurd powerpc ppc64el 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
Description: LLVM-based linker, library # Description: LLVM-based linker, library
LLD is a new, high-performance linker. It is built as a set of reusable # LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM # components which highly leverage existing libraries in the larger LLVM
Project. # Project.
. # .
This package contains the LLD runtime library. # This package contains the LLD runtime library.
Package: liblld-3.9-dbg # Package: liblld-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 sparc64 x32 mips mipsel
# ia64 mips mipsel hurd ppc64el alpha s390x powerpc have been removed # # ia64 mips mipsel hurd ppc64el alpha s390x powerpc have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, liblld-3.9 (= ${binary:Version}) # Depends: ${shlibs:Depends}, ${misc:Depends}, liblld-3.9 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends} # Pre-Depends: ${misc:Pre-Depends}
Section: debug # Section: debug
Priority: extra # Priority: extra
Description: LLVM-based linker, debugging libraries # Description: LLVM-based linker, debugging libraries
LLD is a new, high-performance linker. It is built as a set of reusable # LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM # components which highly leverage existing libraries in the larger LLVM
Project. # Project.
. # .
This package contains the LLD runtime library debug symbols. # This package contains the LLD runtime library debug symbols.
Package: liblld-3.9-dev # Package: liblld-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 sparc64 x32 mips mipsel
# ia64 mips mipsel hurd powerpc ppc64el have been removed # # ia64 mips mipsel hurd powerpc ppc64el have been removed
Depends: ${shlibs:Depends}, ${misc:Depends}, lld-3.9 (= ${binary:Version}) # Depends: ${shlibs:Depends}, ${misc:Depends}, lld-3.9 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends} # Pre-Depends: ${misc:Pre-Depends}
Description: LLVM-based linker, header files # Description: LLVM-based linker, header files
LLD is a new, high-performance linker. It is built as a set of reusable # LLD is a new, high-performance linker. It is built as a set of reusable
components which highly leverage existing libraries in the larger LLVM # components which highly leverage existing libraries in the larger LLVM
Project. # Project.
. # .
This package provides the header files to build extension over lld. # This package provides the header files to build extension over lld.
# ------------- lldb ------------- # ------------- lldb -------------