[PATCH] D150732: [bazel] Fix build

Anlun Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 14:56:58 PDT 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG114bc867731a: [bazel] Fix build (authored by anlunx).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150732/new/

https://reviews.llvm.org/D150732

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


Index: utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -8090,6 +8090,7 @@
     ]),
     includes = ["include"],
     deps = [
+        ":ControlFlowInterfacesTdFiles",
         ":IR",
         ":LLVMDialect",
         ":MemRefDialect",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150732.522805.patch
Type: text/x-patch
Size: 417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230516/ade29e17/attachment.bin>


More information about the llvm-commits mailing list