mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 04:22:54 +00:00
liblld-6.0-dev depends on liblld-6.0 (Closes: #856545)
This commit is contained in:
parent
bf6c7286f2
commit
b13d108cf7
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -21,6 +21,7 @@ llvm-toolchain-snapshot (1:6.0~svn315736-2) unstable; urgency=medium
|
||||
* Add a symlink to fix lldb-X.Y (Closes: #881993)
|
||||
* Remove update-cuda-search-path.patch (applied upstream)
|
||||
* Also install usr/bin/lldb-test-6.0
|
||||
* liblld-6.0-dev depends on liblld-6.0 (Closes: #856545)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 16 Oct 2017 10:24:33 +0200
|
||||
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -448,7 +448,8 @@ Package: liblld-6.0-dev
|
||||
Section: libdevel
|
||||
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
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lld-6.0 (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lld-6.0 (= ${binary:Version}),
|
||||
liblld-6.0
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: LLVM-based linker, header files
|
||||
LLD is a new, high-performance linker. It is built as a set of reusable
|
||||
|
Loading…
Reference in New Issue
Block a user