[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:25:49 PDT 2021
GMNGeoffrey created this revision.
Herald added subscribers: dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini.
GMNGeoffrey requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
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.354000.patch
Type: text/x-patch
Size: 1303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210623/520fdb52/attachment.bin>
More information about the llvm-commits
mailing list