[PATCH] D146589: Add missing dependency for TransformDialect

Anlun Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 15:21:19 PDT 2023


anlunx created this revision.
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 project: All.
anlunx requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146589

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
@@ -9318,6 +9318,7 @@
     td_file = "include/mlir/Dialect/Transform/IR/TransformOps.td",
     deps = [
         ":CallInterfacesTdFiles",
+        ":FunctionInterfacesTdFiles",
         ":TransformDialectTdFiles",
     ],
 )
@@ -9345,6 +9346,7 @@
     srcs = glob(["lib/Dialect/Transform/IR/*.cpp"]),
     hdrs = glob(["include/mlir/Dialect/Transform/IR/*.h"]),
     deps = [
+        ":Analysis",
         ":CallOpInterfaces",
         ":ControlFlowInterfaces",
         ":IR",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146589.507158.patch
Type: text/x-patch
Size: 713 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230321/6ca068d4/attachment.bin>


More information about the llvm-commits mailing list