Followup-For: Bug #857653 Control: tag -1 patch Hi,
this bug was fixed in -4.0 and -5.0, but somehow the corresponding changes got lost in a merge on the move to -6.0. So please apply your old patch again ... and merge this into -7, -8, -9. Andreas
>From b35cb0c741e8a31bfa86c1bd076f04a8db1bc887 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru <sylves...@debian.org> Date: Sun, 1 Oct 2017 16:31:27 +0000 Subject: [PATCH] For now, lld doesn't generate shared libs. Removing the files (Closes: #857653) --- debian/changelog | 2 ++ debian/liblld-X.Y.links.in | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1fc9b24c..fdcfaa62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ llvm-toolchain-6.0 (1:6.0.1-10.1) UNRELEASED; urgency=medium + * For now, lld doesn't generate shared libs. Removing the files + (Closes: #857653) -- Andreas Beckmann <a...@debian.org> Sat, 11 May 2019 17:19:32 +0200 diff --git a/debian/liblld-X.Y.links.in b/debian/liblld-X.Y.links.in index 5d16d10b..20bd92fb 100644 --- a/debian/liblld-X.Y.links.in +++ b/debian/liblld-X.Y.links.in @@ -1,4 +1,3 @@ -usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so.1 usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so -usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so usr/lib/python2.7/dist-packages/lld-@LLVM_VERSION@/_lld.so -usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so.1 usr/lib/llvm-@LLVM_VERSION@/lib/liblld.so.1 - +#usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so.1 usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so +#usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so usr/lib/python2.7/dist-packages/lld-@LLVM_VERSION@/_lld.so +#usr/lib/@DEB_HOST_MULTIARCH@/liblld-@LLVM_VERSION@.so.1 usr/lib/llvm-@LLVM_VERSION@/lib/liblld.so.1 -- 2.11.0