summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAnlun Xu <anlunx@google.com>2023-05-16 15:40:04 -0700
committerAnlun Xu <anlunx@google.com>2023-05-16 15:40:34 -0700
commitc5291a240174ff279692ff842954a491f432879f (patch)
tree28e02c9e0ce0508cc455e62810de4622b64a5e9c /utils
parente4d3e88802390a51ae62ade18e48c1a65a862d12 (diff)
downloadllvm-c5291a240174ff279692ff842954a491f432879f.tar.gz
[bazel] Fix build
Differential Revision: https://reviews.llvm.org/D150734
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index 4891be6e63f2..ef211bfef6eb 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -8090,7 +8090,7 @@ cc_library(
]),
includes = ["include"],
deps = [
- ":ControlFlowInterfacesTdFiles",
+ ":ControlFlowInterfaces",
":IR",
":LLVMDialect",
":MemRefDialect",