Skip to content

Commit 3446601

Browse files
committed
[mlir][Bazel] Add missing dependency after 750e90e
1 parent f3b495f commit 3446601

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
@@ -8031,6 +8031,7 @@ cc_library(
80318031
deps = [
80328032
":AMDGPUDialect",
80338033
":ArithDialect",
8034+
":ArithUtils",
80348035
":ConversionPassIncGen",
80358036
":ConvertToLLVMInterface",
80368037
":IR",
@@ -8053,8 +8054,8 @@ cc_library(
80538054
]),
80548055
includes = ["include"],
80558056
deps = [
8056-
":ArmSMEDialect",
80578057
":ArithDialect",
8058+
":ArmSMEDialect",
80588059
":ConversionPassIncGen",
80598060
":IR",
80608061
":Pass",

0 commit comments

Comments
 (0)