Skip to content

Commit 8c04656

Browse files
authored
[bazel] Fix bazel build after 2b983a2. (#135976)
1 parent b73e541 commit 8c04656

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -1562,18 +1562,23 @@ cc_library(
15621562
":AMDGPUDialect",
15631563
":AMDGPUPassIncGen",
15641564
":AMDGPUUtils",
1565+
":AffineDialect",
15651566
":ArithDialect",
1567+
":ArithUtils",
15661568
":ControlFlowDialect",
15671569
":FuncDialect",
15681570
":GPUDialect",
15691571
":IR",
15701572
":MemRefDialect",
1573+
":MemRefUtils",
15711574
":Pass",
15721575
":SCFDialect",
15731576
":SideEffectInterfaces",
15741577
":Support",
15751578
":TransformUtils",
15761579
":VectorDialect",
1580+
":VectorTransforms",
1581+
"//llvm:Support",
15771582
],
15781583
)
15791584

0 commit comments

Comments
 (0)