[PATCH] D105356: [Bazel] Fix build for c0a6318d96
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 2 09:22:48 PDT 2021
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 rG7c5d654f64ce: [Bazel] Fix build for c0a6318d96 (authored by GMNGeoffrey).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105356/new/
https://reviews.llvm.org/D105356
Files:
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
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
@@ -227,7 +227,6 @@
"//mlir:Dialect",
"//mlir:IR",
"//mlir:InferTypeOpInterface",
- "//mlir:MemRefDialect",
"//mlir:Pass",
"//mlir:Reducer",
"//mlir:SideEffects",
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
@@ -2302,6 +2302,7 @@
":StandardOps",
":StandardOpsTransformsPassIncGen",
":Support",
+ ":TensorDialect",
":Transforms",
"//llvm:Support",
],
@@ -6181,6 +6182,7 @@
]),
includes = ["include"],
deps = [
+ ":Analysis",
":Dialect",
":IR",
":InferTypeOpInterface",
@@ -6215,7 +6217,6 @@
":IR",
":LinalgOps",
":MathDialect",
- ":MemRefDialect",
":Pass",
":StandardOps",
":TensorDialect",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105356.356191.patch
Type: text/x-patch
Size: 1254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210702/3f9c75a4/attachment.bin>
More information about the llvm-commits
mailing list