[PATCH] D146605: update dependency for TransformOpsPyTdFiles

Anlun Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 21:27:08 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 rG55dd04f6bcf7: update dependency for TransformOpsPyTdFiles (authored by yijia1212, committed by anlunx).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146605

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


Index: utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel
@@ -862,6 +862,8 @@
         "//mlir:include/mlir/Bindings/Python/Attributes.td",
     ],
     deps = [
+        "//mlir:CallInterfacesTdFiles",
+        "//mlir:FunctionInterfacesTdFiles",
         "//mlir:OpBaseTdFiles",
         "//mlir:TransformDialectTdFiles",
     ],


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146605.507225.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230322/dc1805a0/attachment.bin>


More information about the llvm-commits mailing list