We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73e541 commit 8c04656Copy full SHA for 8c04656
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -1562,18 +1562,23 @@ cc_library(
1562
":AMDGPUDialect",
1563
":AMDGPUPassIncGen",
1564
":AMDGPUUtils",
1565
+ ":AffineDialect",
1566
":ArithDialect",
1567
+ ":ArithUtils",
1568
":ControlFlowDialect",
1569
":FuncDialect",
1570
":GPUDialect",
1571
":IR",
1572
":MemRefDialect",
1573
+ ":MemRefUtils",
1574
":Pass",
1575
":SCFDialect",
1576
":SideEffectInterfaces",
1577
":Support",
1578
":TransformUtils",
1579
":VectorDialect",
1580
+ ":VectorTransforms",
1581
+ "//llvm:Support",
1582
],
1583
)
1584
0 commit comments