[PATCH] D126765: Fix bazel build after 59b273a166b9d1165015b5cf10c21641cc01d682.
Christian Sigg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 03:12:15 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7cb8b973fa70: Fix bazel build after 59b273a166b9d1165015b5cf10c21641cc01d682. (authored by csigg).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126765/new/
https://reviews.llvm.org/D126765
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
@@ -1805,6 +1805,7 @@
":ControlFlowInterfacesTdFiles",
":LoopLikeInterfaceTdFiles",
":SideEffectInterfacesTdFiles",
+ ":ViewLikeInterfaceTdFiles",
],
)
@@ -2611,6 +2612,7 @@
":SCFPassIncGen",
":Support",
":TensorDialect",
+ ":ViewLikeInterface",
"//llvm:Support",
],
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126765.433341.patch
Type: text/x-patch
Size: 593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220601/2a683c6b/attachment.bin>
More information about the llvm-commits
mailing list