From a5c3d64b9100984bc0a16e9fc054166150a596f3 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 10 Jun 2022 12:55:44 +0200 Subject: [PATCH] Install llvm-driver-template.cpp.in in llvm-X.Y-dev --- debian/changelog | 1 + debian/llvm-X.Y-dev.links.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 687ca690..1c967c84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp4) UNRELEASED; * On Debian Buster, unwind fails to link because pthread & dl aren't found. Force the declaration as it is probably the case for every Debian & Ubuntu anyway. See unwind-force-pthread-dl.diff & https://github.com/llvm/llvm-project/issues/55629 + * Install llvm-driver-template.cpp.in in llvm-X.Y-dev [ Roman Lebedev ] * Install new binary tblgen-lsp-server into mlir-15-tools diff --git a/debian/llvm-X.Y-dev.links.in b/debian/llvm-X.Y-dev.links.in index b3a2a2ae..1da04ad6 100644 --- a/debian/llvm-X.Y-dev.links.in +++ b/debian/llvm-X.Y-dev.links.in @@ -17,3 +17,5 @@ usr/lib/llvm-@LLVM_VERSION@/ usr/lib/llvm-@LLVM_VERSION@/build/Debug+Asserts usr/lib/llvm-@LLVM_VERSION@/lib/cmake/llvm usr/lib/llvm-@LLVM_VERSION@/cmake usr/lib/llvm-@LLVM_VERSION@/lib/cmake/llvm usr/lib/llvm-@LLVM_VERSION@/share/llvm/cmake + +usr/lib/llvm-@LLVM_VERSION@/lib/cmake/llvm/llvm-driver-template.cpp.in usr/lib/llvm-@LLVM_VERSION@/cmake/llvm-driver-template.cpp.in