mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 09:02:24 +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
|
- clang_getCursorTLSKind
|
||||||
* add test-keep-alive.diff to improve the keep alive for some
|
* add test-keep-alive.diff to improve the keep alive for some
|
||||||
archs like mips*
|
archs like mips*
|
||||||
|
* remove liblld-6.0-dbg for now
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 18 Dec 2017 13:59:34 +0100
|
-- 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.
|
This package contains the LLD runtime library.
|
||||||
|
|
||||||
Package: liblld-6.0-dbg
|
# 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
|
# 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-6.0 (= ${binary:Version})
|
# Depends: ${shlibs:Depends}, ${misc:Depends}, liblld-6.0 (= ${binary:Version})
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
# Pre-Depends: ${misc:Pre-Depends}
|
||||||
Section: debug
|
# Section: debug
|
||||||
Priority: optional
|
# Priority: optional
|
||||||
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-6.0-dev
|
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 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 libllvm$(LLVM_VERSION) --dbg-package=libllvm$(LLVM_VERSION)-dbg
|
||||||
dh_strip -p liblldb-$(LLVM_VERSION) --dbg-package=liblldb-$(LLVM_VERSION)-dbg
|
dh_strip -p liblldb-$(LLVM_VERSION) --dbg-package=liblldb-$(LLVM_VERSION)-dbg
|
||||||
ifeq (${LLD_ENABLE},yes)
|
# ifeq (${LLD_ENABLE},yes)
|
||||||
dh_strip -p liblld-$(LLVM_VERSION) --dbg-package=liblld-$(LLVM_VERSION)-dbg
|
# dh_strip -p liblld-$(LLVM_VERSION) --dbg-package=liblld-$(LLVM_VERSION)-dbg
|
||||||
endif
|
# endif
|
||||||
dh_strip -a
|
dh_strip -a
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user