[bazel] Fix build
authorAnlun Xu <anlunx@google.com>
Tue, 16 May 2023 21:55:55 +0000 (14:55 -0700)
committerAnlun Xu <anlunx@google.com>
Tue, 16 May 2023 21:56:35 +0000 (14:56 -0700)
Differential Revision: https://reviews.llvm.org/D150732

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

index e76785f..4891be6 100644 (file)
@@ -8090,6 +8090,7 @@ cc_library(
     ]),
     includes = ["include"],
     deps = [
+        ":ControlFlowInterfacesTdFiles",
         ":IR",
         ":LLVMDialect",
         ":MemRefDialect",