[PATCH] D144124: [mlir] bazel fix

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 10:36:13 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc3ca29080c17: [mlir] bazel fix (authored by aartbik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144124

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
@@ -6170,6 +6170,7 @@
         "lib/Conversion/MemRefToSPIRV",
     ],
     deps = [
+        ":ArithDialect",
         ":ConversionPassIncGen",
         ":FuncDialect",
         ":IR",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144124.497741.patch
Type: text/x-patch
Size: 419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230215/6942e27b/attachment.bin>


More information about the llvm-commits mailing list