Skip to content

Commit 858381b

Browse files
committed
[bazel][mlir] Port llvm#165629: ControlFlowTransforms deps
1 parent ca84e9e commit 858381b

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
@@ -4678,7 +4678,9 @@ cc_library(
46784678
":BufferizationDialect",
46794679
":BufferizationInterfaces",
46804680
":BufferizationTransforms",
4681+
":TransformUtils",
46814682
":ControlFlowDialect",
4683+
":Pass",
46824684
":IR",
46834685
":MemRefDialect",
46844686
],

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)