[PATCH] D146605: update dependency for TransformOpsPyTdFiles
Yijia Gu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 21:22:20 PDT 2023
yijia1212 created this revision.
yijia1212 added a reviewer: anlunx.
Herald added subscribers: Moerafaat, zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, thopre.
Herald added a reviewer: ftynse.
Herald added a project: All.
yijia1212 requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
update dependency for TransformOpsPyTdFiles
Repository:
rG LLVM Github Monorepo
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.507223.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230322/b8ab13d5/attachment.bin>
More information about the llvm-commits
mailing list