Skip to content

Commit e5fb871

Browse files
rupprechtluciechoi
authored andcommitted
[bazel][mlir] Port llvm#165629: ControlFlowTransforms deps (llvm#165646)
1 parent 4fc8d87 commit e5fb871

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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
@@ -4681,6 +4681,8 @@ cc_library(
46814681
":ControlFlowDialect",
46824682
":IR",
46834683
":MemRefDialect",
4684+
":Pass",
4685+
":TransformUtils",
46844686
],
46854687
)
46864688

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ cc_library(
386386
"//mlir:CallOpInterfaces",
387387
"//mlir:CommonFolders",
388388
"//mlir:ControlFlowInterfaces",
389+
"//mlir:ControlFlowTransforms",
389390
"//mlir:DLTIDialect",
390391
"//mlir:DataLayoutInterfaces",
391392
"//mlir:DerivedAttributeOpInterface",

0 commit comments

Comments
 (0)