From 78ac59bf1efb7313fae5c988ba5eeb2ece829782 Mon Sep 17 00:00:00 2001 From: Christopher Di Bella Date: Wed, 2 Oct 2024 12:24:22 -0700 Subject: [PATCH] adds missing bazel dependencies (#110904) --- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel index 51fd82c995f75..0321052225ad4 100644 --- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel @@ -3745,11 +3745,13 @@ cc_library( includes = ["include"], deps = [ ":ArithDialect", + ":ArithUtils", ":BytecodeOpInterface", ":DialectUtils", ":IR", ":ShapedOpInterfaces", ":SideEffectInterfaces", + ":VectorOpsIncGen", ":ViewLikeInterface", ":XeGPUEnumsIncGen", ":XeGPUIncGen",