[llvm] [bazel] Add dep to BuiltinDialectTdFiles (PR #115217)

Pranav Kant via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 6 13:31:40 PST 2024


https://github.com/pranavk created https://github.com/llvm/llvm-project/pull/115217

None

>From a738495d3b8317cea23db30f5bca442c1c5ba3a8 Mon Sep 17 00:00:00 2001
From: Pranav Kant <prka at google.com>
Date: Wed, 6 Nov 2024 21:31:17 +0000
Subject: [PATCH] [bazel] Add dep to BuiltinDialectTdFiles

---
 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 caeaba62df98fe..e820234caa064a 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -2337,6 +2337,7 @@ td_library(
     srcs = ["include/mlir/Dialect/AMX/AMX.td"],
     includes = ["include"],
     deps = [
+        ":BuiltinDialectTdFiles",
         ":LLVMOpsTdFiles",
         ":SideEffectInterfacesTdFiles",
     ],



More information about the llvm-commits mailing list