mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 12:35:11 +00:00
remove the lto package, not a good idea
This commit is contained in:
parent
a5b8ca7299
commit
6d365c027b
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,7 +2,6 @@ llvm-toolchain-7 (1:7-3) unstable; urgency=medium
|
||||
|
||||
* Fix a syntax issue in a scan-build patch
|
||||
* Fix the autopkgtest script (no gcc in the test)
|
||||
* Create a new llvm-lto-7-dev package to ship lto
|
||||
* remove dep from lld to llvm-7-dev because lld
|
||||
doesn't use LLVM LTO
|
||||
* remove old Replaces/Breaks
|
||||
|
17
debian/control
vendored
17
debian/control
vendored
@ -274,8 +274,7 @@ Description: Modular compiler and toolchain technologies, IR interpreter
|
||||
Package: llvm-7-dev
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, libffi-dev (>= 3.0.9), ${misc:Depends},
|
||||
llvm-7 (= ${binary:Version}), libllvm7 (= ${binary:Version}), libtinfo-dev,
|
||||
libllvm-lto-7-dev
|
||||
llvm-7 (= ${binary:Version}), libllvm7 (= ${binary:Version}), libtinfo-dev
|
||||
Description: Modular compiler and toolchain technologies, libraries and headers
|
||||
LLVM is a collection of libraries and tools that make it easy to build
|
||||
compilers, optimizers, just-in-time code generators, and many other
|
||||
@ -292,18 +291,6 @@ Description: Modular compiler and toolchain technologies, libraries and headers
|
||||
This package provides the libraries and headers to develop applications
|
||||
using llvm.
|
||||
|
||||
Package: libllvm-lto-7-dev
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Breaks: llvm-7-dev (<< 7-3)
|
||||
Replaces: llvm-7-dev (<< 7-3)
|
||||
Description: Modular compiler and toolchain technologies, LTO lib
|
||||
LLVM is a collection of libraries and tools that make it easy to build
|
||||
compilers, optimizers, just-in-time code generators, and many other
|
||||
compiler-related programs.
|
||||
.
|
||||
This package provides the LTO libraries.
|
||||
|
||||
Package: llvm-7-tools
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python,
|
||||
@ -391,7 +378,7 @@ Description: Modular compiler and toolchain technologies, examples
|
||||
Package: lld-7
|
||||
Architecture: amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el kfreebsd-amd64 kfreebsd-i386 s390 sparc alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32
|
||||
# ia64 hurd powerpc have been removed
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm7 (= ${binary:Version}), libllvm-lto-7-dev (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libllvm7 (= ${binary:Version})
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: LLVM-based linker
|
||||
LLD is a new, high-performance linker. It is built as a set of reusable
|
||||
|
1
debian/libllvm-lto-X.Y-dev.install.in
vendored
1
debian/libllvm-lto-X.Y-dev.install.in
vendored
@ -1 +0,0 @@
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libLTO.*
|
1
debian/llvm-X.Y-dev.install.in
vendored
1
debian/llvm-X.Y-dev.install.in
vendored
@ -4,6 +4,7 @@ usr/lib/llvm-@LLVM_VERSION@/lib/LLVM*.so
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libLLVM.so
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libLLVM-@LLVM_VERSION@.so
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libLLVM-@LLVM_VERSION_FULL@.so
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/libLTO.*
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/BugpointPasses.so
|
||||
usr/lib/llvm-@LLVM_VERSION@/lib/TestPlugin.so
|
||||
usr/lib/llvm-@LLVM_VERSION@/include/llvm/ usr/include/llvm-@LLVM_VERSION@/
|
||||
|
Loading…
Reference in New Issue
Block a user