mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:40:47 +00:00
remove liblld-6.0-dbg for now
This commit is contained in:
parent
8fc4523be4
commit
06b90c93e8
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -31,6 +31,7 @@ llvm-toolchain-snapshot (1:6.0~svn315736-2) unstable; urgency=medium
|
||||
- clang_getCursorTLSKind
|
||||
* add test-keep-alive.diff to improve the keep alive for some
|
||||
archs like mips*
|
||||
* remove liblld-6.0-dbg for now
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 18 Dec 2017 13:59:34 +0100
|
||||
|
||||
|
26
debian/control
vendored
26
debian/control
vendored
@ -428,19 +428,19 @@ Description: LLVM-based linker, library
|
||||
.
|
||||
This package contains the LLD runtime library.
|
||||
|
||||
Package: liblld-6.0-dbg
|
||||
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
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, liblld-6.0 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Section: debug
|
||||
Priority: optional
|
||||
Description: LLVM-based linker, debugging libraries
|
||||
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
|
||||
Project.
|
||||
.
|
||||
This package contains the LLD runtime library debug symbols.
|
||||
# Package: liblld-6.0-dbg
|
||||
# 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
|
||||
# Depends: ${shlibs:Depends}, ${misc:Depends}, liblld-6.0 (= ${binary:Version})
|
||||
# Pre-Depends: ${misc:Pre-Depends}
|
||||
# Section: debug
|
||||
# Priority: optional
|
||||
# Description: LLVM-based linker, debugging libraries
|
||||
# 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
|
||||
# Project.
|
||||
# .
|
||||
# This package contains the LLD runtime library debug symbols.
|
||||
|
||||
|
||||
Package: liblld-6.0-dev
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -503,9 +503,9 @@ override_dh_strip:
|
||||
dh_strip -p libclang$(SONAME_EXT)-$(LLVM_VERSION) --dbg-package=libclang$(SONAME_EXT)-$(LLVM_VERSION)-dbg
|
||||
dh_strip -p libllvm$(LLVM_VERSION) --dbg-package=libllvm$(LLVM_VERSION)-dbg
|
||||
dh_strip -p liblldb-$(LLVM_VERSION) --dbg-package=liblldb-$(LLVM_VERSION)-dbg
|
||||
ifeq (${LLD_ENABLE},yes)
|
||||
dh_strip -p liblld-$(LLVM_VERSION) --dbg-package=liblld-$(LLVM_VERSION)-dbg
|
||||
endif
|
||||
# ifeq (${LLD_ENABLE},yes)
|
||||
# dh_strip -p liblld-$(LLVM_VERSION) --dbg-package=liblld-$(LLVM_VERSION)-dbg
|
||||
# endif
|
||||
dh_strip -a
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user