[llvm] Fix bazel build for QuantDialectBytecodeGen (caused by #120172) (PR #132716)
Karlo Basioli via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 04:17:41 PDT 2025
https://github.com/basioli-k created https://github.com/llvm/llvm-project/pull/132716
None
>From c3645536a5094a73ab2540a91e4f97d5fc97cd8b Mon Sep 17 00:00:00 2001
From: basioli-k <k.basioli at gmail.com>
Date: Mon, 24 Mar 2025 11:16:53 +0000
Subject: [PATCH] Fix bazel build for QuantDialectBytecodeGen (caused by
120172)
---
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 +
1 file changed, 1 insertion(+)
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 003303ba273c5..7b12b5d43cc22 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -11089,6 +11089,7 @@ gentbl_cc_library(
td_file = "include/mlir/Dialect/Quant/IR/QuantDialectBytecode.td",
deps = [
":BytecodeTdFiles",
+ ":BuiltinDialectBytecodeTdFiles",
],
)
More information about the llvm-commits
mailing list