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 4d7c0f8 commit e0d5012Copy full SHA for e0d5012
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -2072,6 +2072,7 @@ cc_library(
2072
":BufferizationDialect",
2073
":BufferizationTransforms",
2074
":ComplexDialect",
2075
+ ":DialectUtils",
2076
":FuncDialect",
2077
":FuncTransforms",
2078
":IR",
@@ -2090,6 +2091,7 @@ cc_library(
2090
2091
":TensorDialect",
2092
":Transforms",
2093
":VectorDialect",
2094
+ ":_mlir_c_runner_utils",
2095
":mlir_sparse_tensor_utils",
2096
"//llvm:Support",
2097
],
0 commit comments