Skip to content

Commit e93489c

Browse files
authored
[mlir] Add missing build deps for Mesh transforms (#84581)
1 parent 1cf428a commit e93489c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mlir/lib/Dialect/Mesh/Transforms/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ add_mlir_dialect_library(MLIRMeshTransforms
1717
MLIRArithDialect
1818
MLIRArithUtils
1919
MLIRControlFlowDialect
20+
MLIRControlFlowInterfaces
2021
MLIRFuncDialect
22+
MLIRFunctionInterfaces
2123
MLIRIR
2224
MLIRMeshDialect
2325
MLIRPass

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3410,8 +3410,10 @@ cc_library(
34103410
":ArithDialect",
34113411
":ArithUtils",
34123412
":ControlFlowDialect",
3413+
":ControlFlowInterfaces",
34133414
":DialectUtils",
34143415
":FuncDialect",
3416+
":FunctionInterfaces",
34153417
":IR",
34163418
":MeshDialect",
34173419
":MeshShardingInterface",

0 commit comments

Comments
 (0)