Skip to content

Commit 405f8a1

Browse files
authored
adds missing bazel dependencies (#110904)
1 parent 87a2413 commit 405f8a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3745,11 +3745,13 @@ cc_library(
37453745
includes = ["include"],
37463746
deps = [
37473747
":ArithDialect",
3748+
":ArithUtils",
37483749
":BytecodeOpInterface",
37493750
":DialectUtils",
37503751
":IR",
37513752
":ShapedOpInterfaces",
37523753
":SideEffectInterfaces",
3754+
":VectorOpsIncGen",
37533755
":ViewLikeInterface",
37543756
":XeGPUEnumsIncGen",
37553757
":XeGPUIncGen",

0 commit comments

Comments
 (0)