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 7227030 commit 792524eCopy full SHA for 792524e
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10247,12 +10247,18 @@ cc_library(
10247
hdrs = glob(["include/mlir/Dialect/OpenACC/Transforms/*.h"]),
10248
includes = ["include"],
10249
deps = [
10250
+ ":Analysis",
10251
+ ":ArithDialect",
10252
":FuncDialect",
10253
+ ":FunctionInterfaces",
10254
":IR",
10255
+ ":MemRefDialect",
10256
+ ":OpenACCAnalysis",
10257
":OpenACCDialect",
10258
":OpenACCPassIncGen",
10259
":Pass",
10260
":TransformUtils",
10261
+ ":ViewLikeInterface",
10262
"//llvm:Support",
10263
],
10264
)
0 commit comments