[PATCH] D123570: Fix BUILD dependency for ExecutionEngineUtils

Roman Dzhabarov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 21:48:17 PDT 2022


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

Fix BUILD dependency for ExecutionEngineUtils


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123570

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
@@ -5834,6 +5834,7 @@
         "//llvm:Core",
         "//llvm:Coroutines",
         "//llvm:IPO",
+        "//llvm:Passes",
         "//llvm:Support",
         "//llvm:Target",
         "//llvm:common_transforms",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123570.422119.patch
Type: text/x-patch
Size: 448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220412/066fc2b2/attachment.bin>


More information about the llvm-commits mailing list