[PATCH] D149042: Drop MLIR Bazel dependency on LLVM Analysis

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 00:34:59 PDT 2023


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

This is no longer necessary after f5425c128a30 <https://reviews.llvm.org/rGf5425c128a30b32d39e0bc133e8e8dbad6066620> and significatly
decreases the build time and the binary footprint.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149042

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
@@ -6746,7 +6746,6 @@
         ":SideEffectInterfaces",
         ":Support",
         ":ViewLikeInterface",
-        "//llvm:Analysis",
         "//llvm:Support",
     ],
 )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149042.516293.patch
Type: text/x-patch
Size: 407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230424/f5d59b1a/attachment.bin>


More information about the llvm-commits mailing list