[PATCH] D107426: [mlir][Bazel] Adjust BUILD.bazel file.

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 3 23:51:04 PDT 2021


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

The dependency is needed after 1b00b94ffc2d60 <https://reviews.llvm.org/rG1b00b94ffc2d60e07ec8e486dad0fcbcbfb99c62>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107426

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
@@ -6389,6 +6389,7 @@
         ":TosaInterfacesIncGen",
         ":TosaPassIncGen",
         ":TransformUtils",
+        "//llvm:Support",
     ],
 )
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107426.363977.patch
Type: text/x-patch
Size: 385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210804/5412fa09/attachment.bin>


More information about the llvm-commits mailing list