[PATCH] D117127: [mlir] Update BUILD rule for MathDialect.

Chia-hung Duan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 12 10:07:06 PST 2022


Chia-hungDuan created this revision.
Chia-hungDuan added reviewers: GMNGeoffrey, mehdi_amini.
Herald added subscribers: sdasgup3, wenzhicui, wrengr, dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle.
Chia-hungDuan requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.

1773dddadf5de5ad0477394ac2f308eff38c9978 <https://reviews.llvm.org/rG1773dddadf5de5ad0477394ac2f308eff38c9978> adds the dependency to
ArithmeticDialect.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117127

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
@@ -7521,6 +7521,7 @@
     ],
     includes = ["include"],
     deps = [
+        ":ArithmeticDialect",
         ":IR",
         ":MathBaseIncGen",
         ":MathOpsIncGen",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117127.399366.patch
Type: text/x-patch
Size: 408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220112/e81d92a1/attachment.bin>


More information about the llvm-commits mailing list