[PATCH] D147240: [mlir][bazel] fix SPIRVConversion.cpp build

Chenguang Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 09:34:04 PDT 2023


wecing created this revision.
wecing added a reviewer: antiagainst.
Herald added subscribers: Moerafaat, zero9178, bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, shauheen, rriddle, mehdi_amini, thopre.
Herald added a project: All.
wecing 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/D147240

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
@@ -5219,6 +5219,7 @@
     includes = ["include"],
     deps = [
         ":FuncDialect",
+        ":IR",
         ":SPIRVDialect",
         ":TransformUtils",
         "//llvm:Support",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147240.509703.patch
Type: text/x-patch
Size: 420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230330/1e71ca71/attachment.bin>


More information about the llvm-commits mailing list