[PATCH] D158245: Add missing dependency for the Bazel build of GPUToROCDLTransforms
Eugene Burmako via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 17 20:03:17 PDT 2023
burmako created this revision.
Herald added subscribers: bviyer, 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.
Herald added a project: All.
burmako 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/D158245
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
@@ -5207,6 +5207,7 @@
deps = [
":AMDGPUToROCDL",
":ArithToLLVM",
+ ":ArithTransforms",
":ControlFlowDialect",
":ControlFlowToLLVM",
":ConversionPassIncGen",
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158245.551358.patch
Type: text/x-patch
Size: 447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230818/c00b352e/attachment.bin>
More information about the llvm-commits
mailing list