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.
2 parents 2648a5b + da71e3c commit 9b9199aCopy full SHA for 9b9199a
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -12177,6 +12177,7 @@ cc_library(
12177
]),
12178
includes = ["include"],
12179
deps = [
12180
+ ":ArithDialect",
12181
":ComplexDialect",
12182
":ConversionPassIncGen",
12183
":FuncDialect",
@@ -12525,6 +12526,7 @@ cc_library(
12525
12526
12527
":ArithDialect",
12528
":ArithUtils",
12529
+ ":ComplexDialect",
12530
":DialectUtils",
12531
":IR",
12532
":MathDialect",
0 commit comments