summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPranav Kant <prka@google.com>2025-11-17 13:08:06 -0800
committerGitHub <noreply@github.com>2025-11-17 13:08:06 -0800
commit7693f124ff7fbeacce66ef3012fef119b40db330 (patch)
tree6585796fd3aed75ec596e3376c8fd0ac98a407cd /utils
parentaae2b891e8b28adafde9be1ee2ddd327aa72ccfa (diff)
[mlir][bazel] Fix #167957 (#168441)
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 452380a8953f..1421ec553f25 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -10318,6 +10318,8 @@ cc_library(
),
includes = ["include"],
deps = [
+ ":FunctionInterfaces",
+ ":IR",
":OpenACCDialect",
":OpenACCOpsIncGen",
":OpenACCPassIncGen",
@@ -10325,6 +10327,7 @@ cc_library(
":Support",
":ViewLikeInterface",
"//llvm:Support",
+ "//llvm:ir_headers",
],
)