diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 761a93ea7dfa..175d2d57d116 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -3526,6 +3526,7 @@ cc_library( ":Analysis", ":ArithDialect", ":ArithUtils", + ":ControlFlowInterfaces", ":DialectUtils", ":FunctionInterfaces", ":GPUDialect", @@ -3538,6 +3539,7 @@ cc_library( ":MemRefDialect", ":Pass", ":SCFTransforms", + ":Support", ":TransformUtils", ":VectorDialect", ":VectorTransforms",