diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -8797,6 +8797,7 @@ ":LoopLikeInterfaceTdFiles", ":OpBaseTdFiles", ":SideEffectInterfacesTdFiles", + ":VectorInterfacesTdFiles", ], ) @@ -8920,6 +8921,7 @@ ":TosaInterfacesIncGen", ":TosaPassIncGen", ":TransformUtils", + ":VectorInterfaces", "//llvm:Support", ], )