[PATCH] D147035: [mlir] Add missing dependency to Bazel build fails.

Ingo Müller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 02:31:53 PDT 2023


ingomueller-net updated this revision to Diff 508938.
ingomueller-net added a comment.

Sorting dependencies alphabetically.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147035

Files:
  utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel


Index: utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
===================================================================
--- utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
+++ utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
@@ -519,6 +519,8 @@
         "//mlir:FuncTransforms",
         "//mlir:IR",
         "//mlir:Pass",
+        "//mlir:SCFDialect",
+        "//mlir:SCFTransforms",
         "//mlir:TransformUtils",
     ],
 )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147035.508938.patch
Type: text/x-patch
Size: 456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230328/3f5ced74/attachment.bin>


More information about the llvm-commits mailing list