Skip to content

Commit cca9f9b

Browse files
committed
[bazel] Add missing dependency for c2dea71
1 parent 1094369 commit cca9f9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2094,9 +2094,11 @@ cc_library(
20942094
includes = ["include"],
20952095
deps = [
20962096
":ArithDialect",
2097+
":ArithUtils",
20972098
":ArmSMEDialect",
20982099
":ArmSMETransformsPassIncGen",
20992100
":ControlFlowDialect",
2101+
":DialectUtils",
21002102
":FuncDialect",
21012103
":FuncTransforms",
21022104
":IR",
@@ -2106,7 +2108,6 @@ cc_library(
21062108
":SCFDialect",
21072109
":SCFTransforms",
21082110
":Transforms",
2109-
":DialectUtils",
21102111
":VectorDialect",
21112112
"//llvm:Support",
21122113
],

0 commit comments

Comments
 (0)