[PATCH] D132264: Update mlir bazel file
Anlun Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 19 15:26:16 PDT 2022
anlunx created this revision.
Herald added subscribers: bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
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/D132264
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
@@ -2430,6 +2430,7 @@
deps = [
":AffineAnalysis",
":AffineDialect",
+ ":ArithmeticUtils",
":Analysis",
":FuncDialect",
":IR",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132264.454119.patch
Type: text/x-patch
Size: 416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220819/3cd33e6b/attachment.bin>
More information about the llvm-commits
mailing list