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

Adrian Kuegel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 02:31:51 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 rGd8740912dd4f: [mlir][Bazel] Add missing dependency. (authored by akuegel).

Repository:
  rG LLVM Github Monorepo

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

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.416107.patch
Type: text/x-patch
Size: 338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220317/8c58087b/attachment.bin>


More information about the llvm-commits mailing list