[PATCH] D143973: [bazel] build fix
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 19:28:33 PST 2023
aartbik created this revision.
Herald added subscribers: Moerafaat, zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, thopre, bixia.
Herald added a project: All.
aartbik 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/D143973
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
@@ -8797,6 +8797,7 @@
":LoopLikeInterfaceTdFiles",
":OpBaseTdFiles",
":SideEffectInterfacesTdFiles",
+ ":VectorInterfacesTdFiles",
],
)
@@ -8920,6 +8921,7 @@
":TosaInterfacesIncGen",
":TosaPassIncGen",
":TransformUtils",
+ ":VectorInterfaces",
"//llvm:Support",
],
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143973.497179.patch
Type: text/x-patch
Size: 591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230214/da233c11/attachment.bin>
More information about the llvm-commits
mailing list