From 34e391c928c3ce8404df13b0e8d16f9301659afe Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 25 Jun 2022 21:03:12 +0200 Subject: [PATCH] * Install UnicodeNameMappingGenerator in llvm-X.Y-tools --- debian/changelog | 11 +++-------- debian/llvm-X.Y-tools.install.in | 2 ++ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 82ea9253..4febe8c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,3 @@ -llvm-toolchain-snapshot (1:15~++20220615092632+f0e608de27b3-1~exp1) UNRELEASED; urgency=medium - - * experimental New snapshot release - * Remove debian/patches/x86-fuzzer.patch (done differently upstream) - - -- Sylvestre Ledru Wed, 15 Jun 2022 09:26:46 +0200 - llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp4) UNRELEASED; urgency=medium [ John Paul Adrian Glaubitz ] @@ -22,6 +15,8 @@ llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp4) UNRELEASED; 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 + * Remove debian/patches/x86-fuzzer.patch (done differently upstream) + * Install UnicodeNameMappingGenerator in llvm-X.Y-tools [ Roman Lebedev ] * Install new binary tblgen-lsp-server into mlir-15-tools @@ -29,7 +24,7 @@ llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp4) UNRELEASED; [ Michael Biebl ] * Add support for systemd-binfmt (Closes: #1012370) - -- Sylvestre Ledru Sun, 22 May 2022 14:08:29 +0200 + -- Sylvestre Ledru Sat, 25 Jun 2022 21:02:40 +0200 llvm-toolchain-snapshot (1:15~++20220509105605+460fc79a080b-1~exp2) experimental; urgency=medium diff --git a/debian/llvm-X.Y-tools.install.in b/debian/llvm-X.Y-tools.install.in index 7e8ed5d8..92cc7c2f 100644 --- a/debian/llvm-X.Y-tools.install.in +++ b/debian/llvm-X.Y-tools.install.in @@ -4,6 +4,7 @@ usr/lib/llvm-@LLVM_VERSION@/bin/FileCheck usr/lib/llvm-@LLVM_VERSION@/bin/not usr/lib/llvm-@LLVM_VERSION@/bin/split-file usr/lib/llvm-@LLVM_VERSION@/bin/yaml-bench +usr/lib/llvm-@LLVM_VERSION@/bin/UnicodeNameMappingGenerator usr/lib/llvm-@LLVM_VERSION@/share/opt-viewer/opt-viewer.py usr/lib/llvm-@LLVM_VERSION@/share/opt-viewer/optrecord.py usr/lib/llvm-@LLVM_VERSION@/share/opt-viewer/style.css @@ -19,3 +20,4 @@ usr/bin/FileCheck-@LLVM_VERSION@ usr/bin/not-@LLVM_VERSION@ usr/bin/yaml-bench-@LLVM_VERSION@ usr/bin/split-file-@LLVM_VERSION@ +usr/bin/UnicodeNameMappingGenerator-@LLVM_VERSION@