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 48aeca0 commit 45325a2Copy full SHA for 45325a2
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10786,6 +10786,8 @@ td_library(
10786
],
10787
includes = ["include"],
10788
deps = [
10789
+ ":ArithOpsInterfacesTdFiles",
10790
+ ":ArithOpsTdFiles",
10791
":BuiltinDialectTdFiles",
10792
":InferTypeOpInterfaceTdFiles",
10793
":OpBaseTdFiles",
@@ -10883,6 +10885,7 @@ cc_library(
10883
10885
]),
10884
10886
10887
10888
+ ":ArithAttrToLLVMConversion",
10889
":ArithDialect",
10890
":ComplexDialect",
10891
":ConversionPassIncGen",
0 commit comments