Skip to content

Commit 0309709

Browse files
authored
[bazel] Add missing dependency for mlir:SCFTransformOps (#98919)
Bazel build failure was introduced in commit acc159a.
1 parent 7775be4 commit 0309709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2900,6 +2900,7 @@ cc_library(
29002900
":IR",
29012901
":LoopLikeInterface",
29022902
":SCFDialect",
2903+
":SCFToControlFlow",
29032904
":SCFTransformOpsIncGen",
29042905
":SCFTransforms",
29052906
":SCFUtils",

0 commit comments

Comments
 (0)