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 56fb92a commit e305cf2Copy full SHA for e305cf2
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10384,6 +10384,7 @@ cc_library(
10384
":OpenACCDialect",
10385
":OpenACCUtils",
10386
":Pass",
10387
+ "//llvm:Support",
10388
],
10389
)
10390
@@ -10397,6 +10398,7 @@ cc_library(
10397
10398
includes = ["include"],
10399
deps = [
10400
":ArithDialect",
10401
+ ":ArithUtils",
10402
":DialectUtils",
10403
":FunctionInterfaces",
10404
":IR",
0 commit comments