We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1094369 commit cca9f9bCopy full SHA for cca9f9b
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -2094,9 +2094,11 @@ cc_library(
2094
includes = ["include"],
2095
deps = [
2096
":ArithDialect",
2097
+ ":ArithUtils",
2098
":ArmSMEDialect",
2099
":ArmSMETransformsPassIncGen",
2100
":ControlFlowDialect",
2101
+ ":DialectUtils",
2102
":FuncDialect",
2103
":FuncTransforms",
2104
":IR",
@@ -2106,7 +2108,6 @@ cc_library(
2106
2108
":SCFDialect",
2107
2109
":SCFTransforms",
2110
":Transforms",
- ":DialectUtils",
2111
":VectorDialect",
2112
"//llvm:Support",
2113
],
0 commit comments