[PATCH] D147035: [mlir] Add missing dependency to Bazel build fails.
Ingo Müller via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 28 02:29:12 PDT 2023
ingomueller-net created this revision.
Herald added subscribers: Moerafaat, zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, thopre.
Herald added a project: All.
ingomueller-net requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache.
Herald added a project: LLVM.
The dependency was introduced in the CMake files in
https://reviews.llvm.org/D146959.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D147035
Files:
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
@@ -520,6 +520,8 @@
"//mlir:IR",
"//mlir:Pass",
"//mlir:TransformUtils",
+ "//mlir:SCFDialect",
+ "//mlir:SCFTransforms",
],
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147035.508937.patch
Type: text/x-patch
Size: 424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230328/eebff1e3/attachment.bin>
More information about the llvm-commits
mailing list