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 c155124 commit 2d0c14cCopy full SHA for 2d0c14c
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10393,13 +10393,16 @@ cc_library(
10393
),
10394
includes = ["include"],
10395
deps = [
10396
+ ":ArithDialect",
10397
+ ":DialectUtils",
10398
":FunctionInterfaces",
10399
":IR",
10400
":OpenACCDialect",
10401
":OpenACCOpsIncGen",
10402
":OpenACCPassIncGen",
10403
":OpenACCTypeInterfacesIncGen",
10404
":Support",
10405
+ ":TransformUtils",
10406
":ViewLikeInterface",
10407
"//llvm:Support",
10408
"//llvm:ir_headers",
0 commit comments