From ed64f98bf820d8532b3abc698ebe5de45903eebb Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 16 Jul 2021 08:58:50 +0200 Subject: [PATCH] fix dep --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 424048d9..93d3cc6f 100644 --- a/debian/control +++ b/debian/control @@ -349,8 +349,8 @@ Package: llvm-12-dev Architecture: any Depends: ${shlibs:Depends}, libffi-dev, ${misc:Depends}, llvm-12 (= ${binary:Version}), libllvm12 (= ${binary:Version}), libtinfo-dev, - llvm-12-tools (= ${binary:Version}), libclang-cpp12 (= ${binary:Version}), libz3-dev - libxml2-dev + llvm-12-tools (= ${binary:Version}), libclang-cpp12 (= ${binary:Version}), + libz3-dev, libxml2-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