[PATCH] D121893: [mlir][Bazel] Add missing dependency.

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 02:25:22 PDT 2022


akuegel created this revision.
Herald added subscribers: sdasgup3, wenzhicui, wrengr, Chia-hungDuan, dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added a project: All.
akuegel 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/D121893

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
@@ -3012,6 +3012,7 @@
     ),
     deps = [
         ":Support",
+        "//llvm:Support",
     ],
 )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121893.416106.patch
Type: text/x-patch
Size: 338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220317/f8fd3047/attachment.bin>


More information about the llvm-commits mailing list