[PATCH] D104791: Update Bazel BUILD files up to be9a87fe9b
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 23 09:27:40 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 rGb58dfd87da5c: Update Bazel BUILD files up to be9a87fe9b (authored by GMNGeoffrey).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104791/new/
https://reviews.llvm.org/D104791
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
@@ -1548,7 +1548,6 @@
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
":VectorInterfacesTdFiles",
- ":ViewLikeInterfaceTdFiles",
],
)
@@ -2182,9 +2181,7 @@
":SideEffectInterfaces",
":StandardOpsIncGen",
":Support",
- ":TensorDialect",
":VectorInterfaces",
- ":ViewLikeInterface",
"//llvm:Support",
],
)
@@ -3613,6 +3610,7 @@
":ControlFlowInterfacesTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
+ ":ViewLikeInterfaceTdFiles",
],
)
@@ -3656,8 +3654,10 @@
":ControlFlowInterfaces",
":IR",
":SideEffectInterfaces",
+ ":StandardOps",
":Support",
":TensorOpsIncGen",
+ ":ViewLikeInterface",
"//llvm:Support",
],
)
@@ -6014,6 +6014,7 @@
":QuantOps",
":SideEffectInterfaces",
":StandardOps",
+ ":TensorDialect",
":TosaDialectIncGen",
":TosaInterfacesIncGen",
":TosaPassIncGen",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104791.354001.patch
Type: text/x-patch
Size: 1303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210623/c8db91f8/attachment.bin>
More information about the llvm-commits
mailing list