[llvm] [bazel] Update BUILD.bazel for MeshTransforms. (PR #84551)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 8 11:36:50 PST 2024


https://github.com/mmilanifard created https://github.com/llvm/llvm-project/pull/84551

Adding missing dependencies for #84415.

>From be8e2ddbc69b95167585221cbf96ca991bde4f04 Mon Sep 17 00:00:00 2001
From: mmilanifard <m.milanifard at gmail.com>
Date: Fri, 8 Mar 2024 11:33:44 -0800
Subject: [PATCH] [bazel] Update BUILD.bazel

Adding missing dependencies for #84415.
---
 utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index cadcbcc5a0922b..3be8f34ae0f4d5 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3410,8 +3410,10 @@ cc_library(
         ":ArithDialect",
         ":ArithUtils",
         ":ControlFlowDialect",
+        ":ControlFlowInterfaces",
         ":DialectUtils",
         ":FuncDialect",
+        ":FunctionInterfaces",
         ":IR",
         ":MeshDialect",
         ":MeshShardingInterface",



More information about the llvm-commits mailing list