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 67f43c6 commit da71e3cCopy full SHA for da71e3c
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