Skip to content

Commit bae48ac

Browse files
committed
[mlir][bazel] add missing deps for XeGPUTransforms
1 parent 7f74a37 commit bae48ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3526,6 +3526,7 @@ cc_library(
35263526
":Analysis",
35273527
":ArithDialect",
35283528
":ArithUtils",
3529+
":ControlFlowInterfaces",
35293530
":DialectUtils",
35303531
":FunctionInterfaces",
35313532
":GPUDialect",
@@ -3538,6 +3539,7 @@ cc_library(
35383539
":MemRefDialect",
35393540
":Pass",
35403541
":SCFTransforms",
3542+
":Support",
35413543
":TransformUtils",
35423544
":VectorDialect",
35433545
":VectorTransforms",

0 commit comments

Comments
 (0)