From c5efc4b664000d1edf6161dc6ee8ff2b5cee4b23 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 7 Oct 2023 17:39:42 +0200 Subject: [PATCH] Ship tblgen-to-irdl as part of mlir-tools --- debian/changelog | 1 + debian/mlir-X.Y-tools.install.in | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 28fcf782..4a6eaff4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ llvm-toolchain-snapshot (1:18~++20230921012857+4cf8da94198d-1~exp1) UNRELEASED; to follow upstream change b7ff03206d668cd5a620a9d4e1b22ea112ed56e3 And disable generation of the doc on old distro * Also install readtapi => llvm-readtapi symlink + * Ship tblgen-to-irdl as part of mlir-tools -- Sylvestre Ledru Mon, 25 Sep 2023 21:51:52 +0200 diff --git a/debian/mlir-X.Y-tools.install.in b/debian/mlir-X.Y-tools.install.in index 4fb7ce21..497246fa 100644 --- a/debian/mlir-X.Y-tools.install.in +++ b/debian/mlir-X.Y-tools.install.in @@ -1,5 +1,7 @@ usr/bin/mlir-* usr/bin/tblgen-lsp-server-@LLVM_VERSION@ +usr/bin/tblgen-to-irdl-@LLVM_VERSION@ usr/lib/llvm-@LLVM_VERSION@/bin/mlir-* usr/lib/llvm-@LLVM_VERSION@/bin/tblgen-lsp-server +usr/lib/llvm-@LLVM_VERSION@/bin/tblgen-to-irdl