Skip to content

Commit 7693f12

Browse files
authored
[mlir][bazel] Fix #167957 (#168441)
1 parent aae2b89 commit 7693f12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10318,13 +10318,16 @@ cc_library(
1031810318
),
1031910319
includes = ["include"],
1032010320
deps = [
10321+
":FunctionInterfaces",
10322+
":IR",
1032110323
":OpenACCDialect",
1032210324
":OpenACCOpsIncGen",
1032310325
":OpenACCPassIncGen",
1032410326
":OpenACCTypeInterfacesIncGen",
1032510327
":Support",
1032610328
":ViewLikeInterface",
1032710329
"//llvm:Support",
10330+
"//llvm:ir_headers",
1032810331
],
1032910332
)
1033010333

0 commit comments

Comments
 (0)