add the libllvm-lto-7-dev dep

This commit is contained in:
Sylvestre Ledru 2018-09-25 14:39:02 +02:00
parent 942eec2f4b
commit 3609b7b651

3
debian/control vendored
View File

@ -276,7 +276,8 @@ 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
llvm-7 (= ${binary:Version}), libllvm7 (= ${binary:Version}), libtinfo-dev,
libllvm-lto-7-dev
Replaces: llvm (<< 2.2-3)
Description: Modular compiler and toolchain technologies, libraries and headers
LLVM is a collection of libraries and tools that make it easy to build