Skip to content

Commit 3254f31

Browse files
committed
[mlir][bazel] fixes for e276cf0
1 parent 7c8a8bd commit 3254f31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2903,7 +2903,9 @@ td_library(
29032903
]),
29042904
includes = ["include"],
29052905
deps = [
2906+
":ControlFlowInterfacesTdFiles",
29062907
":InferTypeOpInterfaceTdFiles",
2908+
":LoopLikeInterfaceTdFiles",
29072909
":OpBaseTdFiles",
29082910
":SideEffectInterfacesTdFiles",
29092911
],
@@ -3091,9 +3093,11 @@ cc_library(
30913093
":BufferizationInterfaces",
30923094
":BytecodeOpInterface",
30933095
":ComplexDialect",
3096+
":ControlFlowInterfaces",
30943097
":DialectUtils",
30953098
":IR",
30963099
":InferTypeOpInterface",
3100+
":LoopLikeInterface",
30973101
":SideEffectInterfaces",
30983102
":SparseTensorAttrDefsIncGen",
30993103
":SparseTensorEnums",

0 commit comments

Comments
 (0)