[llvm] [bazel][mlir] Add missing deps for Mesh transforms (PR #84581)
    Jakub Kuderski via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Mar  8 14:34:54 PST 2024
    
    
  
https://github.com/kuhar created https://github.com/llvm/llvm-project/pull/84581
None
>From ade0fc749146614a935a10c03cbd897f8122fb23 Mon Sep 17 00:00:00 2001
From: Jakub Kuderski <jakub at nod-labs.com>
Date: Fri, 8 Mar 2024 17:33:56 -0500
Subject: [PATCH] [bazel][mlir] Add missing deps for Mesh transforms
---
 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