Skip to content

Commit 97159a3

Browse files
author
Dmitry Chernenkov
committed
[mlir][Bazel] Fix for 4722911
1 parent f11e08f commit 97159a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12713,14 +12713,15 @@ cc_library(
1271312713
":ArithDialect",
1271412714
":ArithPassIncGen",
1271512715
":ArithUtils",
12716-
":BufferizationDialect",
1271712716
":BufferizationInterfaces",
1271812717
":BufferizationTransforms",
12718+
":DialectUtils",
1271912719
":FuncDialect",
1272012720
":FuncTransforms",
1272112721
":IR",
1272212722
":MemRefDialect",
1272312723
":Pass",
12724+
":SideEffectInterfaces",
1272412725
":Support",
1272512726
":TensorDialect",
1272612727
":TransformUtils",

0 commit comments

Comments
 (0)