[bazel] Fix build
authorAnlun Xu <anlunx@google.com>
Tue, 16 May 2023 22:40:04 +0000 (15:40 -0700)
committerAnlun Xu <anlunx@google.com>
Tue, 16 May 2023 22:40:34 +0000 (15:40 -0700)
Differential Revision: https://reviews.llvm.org/D150734

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

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