[llvm] [bazel] Fix bazel build after 2b983a24583dd4e131d727717872a56712b5dd52. (PR #135976)

Benjamin Chetioui via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 16 08:16:04 PDT 2025


https://github.com/bchetioui created https://github.com/llvm/llvm-project/pull/135976

None

>From e6fe8e37f6ae1018bb253afa9119ff6c8c48c295 Mon Sep 17 00:00:00 2001
From: Benjamin Chetioui <bchetioui at google.com>
Date: Wed, 16 Apr 2025 15:08:59 +0000
Subject: [PATCH] [bazel] Fix bazel build after
 2b983a24583dd4e131d727717872a56712b5dd52.

---
 utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 85049ff8339c1..f7b379c2cd6d8 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -1562,18 +1562,23 @@ cc_library(
         ":AMDGPUDialect",
         ":AMDGPUPassIncGen",
         ":AMDGPUUtils",
+        ":AffineDialect",
         ":ArithDialect",
+        ":ArithUtils",
         ":ControlFlowDialect",
         ":FuncDialect",
         ":GPUDialect",
         ":IR",
         ":MemRefDialect",
+        ":MemRefUtils",
         ":Pass",
         ":SCFDialect",
         ":SideEffectInterfaces",
         ":Support",
         ":TransformUtils",
         ":VectorDialect",
+        ":VectorTransforms",
+        "//llvm:Support",
     ],
 )
 



More information about the llvm-commits mailing list