summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJames Y Knight <jyknight@google.com>2025-07-09 12:10:20 -0400
committerJames Y Knight <jyknight@google.com>2025-07-09 12:10:25 -0400
commit820a48523b0804ddc77fe08fba738b3ca2aeb8e2 (patch)
tree5f2f5770e49a4cf2abb331d0f3d00f7629db56a2 /utils
parente7ab9209b1b6145629e73e1fc81cf9f4a4610e9c (diff)
[bazel] Update after 6f291cb099e54af8ebcb68a622c81206ba94abe5
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 004bcf3f37ea..82c3c8724e61 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -8034,12 +8034,15 @@ cc_library(
":ArithDialect",
":ArithUtils",
":ConversionPassIncGen",
+ ":DialectUtils",
":IR",
":LLVMDialect",
":Pass",
":ROCDLDialect",
":TransformUtils",
":VectorDialect",
+ ":VectorTransforms",
+ ":VectorUtils",
],
)