[mlir][Bazel] Fix Bazel build after a2158374ba1a6f81f4cce3eb54d0bc44f3ab75e0
authorAdrian Kuegel <akuegel@google.com>
Wed, 6 Jul 2022 06:47:21 +0000 (08:47 +0200)
committerAdrian Kuegel <akuegel@google.com>
Wed, 6 Jul 2022 06:47:48 +0000 (08:47 +0200)
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

index 7eb65f9..1258798 100644 (file)
@@ -3424,6 +3424,7 @@ cc_library(
     ),
     includes = ["include"],
     deps = [
+        ":CallOpInterfaces",
         ":ControlFlowInterfaces",
         ":DataLayoutInterfaces",
         ":IR",
@@ -3676,6 +3677,7 @@ td_library(
     ],
     includes = ["include"],
     deps = [
+        ":CallInterfacesTdFiles",
         ":ControlFlowInterfacesTdFiles",
         ":FunctionInterfacesTdFiles",
         ":InferTypeOpInterfaceTdFiles",