summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGoran Flegar <gflegar@google.com>2023-05-16 18:27:12 +0200
committerGoran Flegar <gflegar@google.com>2023-05-16 18:28:13 +0200
commit2f4c96097a3cbf9d07eab699efd25f767bb4fdd5 (patch)
treee536d9c43a0e7abcbea99baf4f88d3f4a63eecc3 /utils
parent10a50762caa6ac17dd063b28863a2ec60576c6f7 (diff)
downloadllvm-2f4c96097a3cbf9d07eab699efd25f767bb4fdd5.tar.gz
[bazel] Fix build after 0c4d7d14e94d
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 7595b4c51aa7..e76785f87177 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -8029,6 +8029,7 @@ gentbl_cc_library(
td_file = "include/mlir/Dialect/OpenACC/OpenACCOps.td",
deps = [
":BuiltinDialectTdFiles",
+ ":ControlFlowInterfacesTdFiles",
":OpenAccOpsTdFiles",
":SideEffectInterfacesTdFiles",
],