mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 15:49:19 +00:00
For now, lld doesn't generate shared libs. Removing the files
(Closes: #857653)
This commit is contained in:
parent
46fba1d525
commit
a2b6bb35f6
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,6 +2,8 @@ llvm-toolchain-5.0 (1:5.0-3) unstable; urgency=medium
|
||||
|
||||
* Remove the -Wl option to call gold instead of the normal linker
|
||||
(Closes: #876787)
|
||||
* For now, lld doesn't generate shared libs. Removing the files
|
||||
(Closes: #857653)
|
||||
|
||||
[ Gianfranco Costamagna ]
|
||||
* Fixup previous upload, adding -NDEBUG to build flags,
|
||||
|
7
debian/liblld-X.Y.links.in
vendored
7
debian/liblld-X.Y.links.in
vendored
@ -1,3 +1,4 @@
|
||||
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
debian/rules
vendored
2
debian/rules
vendored
@ -8,7 +8,7 @@ GXX_VERSIONED_EXECUTABLE := $(shell dpkg -L $(GXX_VERSIONED_PACKAGE) | grep '/us
|
||||
GCC_VERSION := $(subst /usr/bin/g++-,,$(GXX_VERSIONED_EXECUTABLE))
|
||||
|
||||
LLVM_VERSION := 5.0
|
||||
LLVM_VERSION_FULL := $(LLVM_VERSION).1
|
||||
LLVM_VERSION_FULL := $(LLVM_VERSION).0
|
||||
|
||||
SONAME_EXT := 1
|
||||
# Manage the case when the version is 1:3.5~svn213052-1~exp1 or 1:3.4.2-1
|
||||
|
Loading…
Reference in New Issue
Block a user