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 aae2b89 commit 7693f12Copy full SHA for 7693f12
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10318,13 +10318,16 @@ cc_library(
10318
),
10319
includes = ["include"],
10320
deps = [
10321
+ ":FunctionInterfaces",
10322
+ ":IR",
10323
":OpenACCDialect",
10324
":OpenACCOpsIncGen",
10325
":OpenACCPassIncGen",
10326
":OpenACCTypeInterfacesIncGen",
10327
":Support",
10328
":ViewLikeInterface",
10329
"//llvm:Support",
10330
+ "//llvm:ir_headers",
10331
],
10332
)
10333
0 commit comments