[PATCH] D123570: Fix BUILD dependency for ExecutionEngineUtils

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


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG64d3e163d8e3: Fix BUILD dependency for ExecutionEngineUtils (authored by rdzhabarov).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123570/new/

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
@@ -5835,6 +5835,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.422121.patch
Type: text/x-patch
Size: 448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220412/b40c7d60/attachment.bin>


More information about the llvm-commits mailing list