Skip to content

Commit ab87426

Browse files
committed
Fix after #79152
1 parent 9536a62 commit ab87426

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2096,14 +2096,17 @@ cc_library(
20962096
":ArmSMETransformsPassIncGen",
20972097
":ControlFlowDialect",
20982098
":FuncDialect",
2099+
":FuncTransforms",
20992100
":IR",
21002101
":LLVMCommonConversion",
21012102
":LLVMDialect",
21022103
":Pass",
21032104
":SCFDialect",
2105+
":SCFTransforms",
21042106
":Transforms",
2107+
":DialectUtils",
21052108
":VectorDialect",
2106-
"//llvm:Support",
2109+
"//third_party/llvm/llvm-project/llvm:Support",
21072110
],
21082111
)
21092112

0 commit comments

Comments
 (0)