[llvm] [bazel] Update deps from #144657 (PR #145726)

Ivan Tadeu Ferreira Antunes Filho via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 25 08:48:47 PDT 2025


https://github.com/itf created https://github.com/llvm/llvm-project/pull/145726

https://github.com/llvm/llvm-project/pull/144657 added #include "mlir/Dialect/Linalg/IR/LinalgEnums.td" to mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td, so we update the deps

>From b9504762974f09acffc96e19b592f20e3e57837e Mon Sep 17 00:00:00 2001
From: Ivan Tadeu Ferreira Antunes Filho <antunesi at google.com>
Date: Wed, 25 Jun 2025 11:47:34 -0400
Subject: [PATCH] [bazel] Update deps from #144657

PR https://github.com/llvm/llvm-project/pull/144657 added include "mlir/Dialect/Linalg/IR/LinalgEnums.td" to mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
---
 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 a0b72b9709695..41720f132a9dd 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10168,6 +10168,7 @@ td_library(
     ]),
     includes = ["include"],
     deps = [
+        ":LinalgOpsTdFiles",
         ":SCFTdFiles",
         ":TransformDialectTdFiles",
     ],



More information about the llvm-commits mailing list