From 3609b7b65177e745b33c6e4f9a38932167d3f2e1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 25 Sep 2018 14:39:02 +0200 Subject: [PATCH] add the libllvm-lto-7-dev dep --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c399a48f..0b29d9e8 100644 --- a/debian/control +++ b/debian/control @@ -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