Skip to content

Commit 792524e

Browse files
authored
Fix openacc bazel build (#166790)
1 parent 7227030 commit 792524e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10247,12 +10247,18 @@ cc_library(
1024710247
hdrs = glob(["include/mlir/Dialect/OpenACC/Transforms/*.h"]),
1024810248
includes = ["include"],
1024910249
deps = [
10250+
":Analysis",
10251+
":ArithDialect",
1025010252
":FuncDialect",
10253+
":FunctionInterfaces",
1025110254
":IR",
10255+
":MemRefDialect",
10256+
":OpenACCAnalysis",
1025210257
":OpenACCDialect",
1025310258
":OpenACCPassIncGen",
1025410259
":Pass",
1025510260
":TransformUtils",
10261+
":ViewLikeInterface",
1025610262
"//llvm:Support",
1025710263
],
1025810264
)

0 commit comments

Comments
 (0)