[PATCH] D107908: [mlir] BUILD.bazel: remove LLVMDialect from MathTransforms

Benjamin Kramer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 11 13:27:36 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7f3c3d7aa491: [mlir] BUILD.bazel: remove LLVMDialect from MathTransforms (authored by cota, committed by bkramer).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107908

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
@@ -6686,7 +6686,6 @@
     includes = ["include"],
     deps = [
         ":IR",
-        ":LLVMDialect",
         ":MathDialect",
         ":Pass",
         ":SCFDialect",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107908.365838.patch
Type: text/x-patch
Size: 406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210811/369e3275/attachment.bin>


More information about the llvm-commits mailing list