[PATCH] D128078: [mlir][nvgpu] Fix Bazel BUILD file

Frederik Gossen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 17 11:35:53 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe694b2234430: [mlir][nvgpu] Fix Bazel BUILD file (authored by frgossen).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128078/new/

https://reviews.llvm.org/D128078

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
@@ -2235,8 +2235,10 @@
         ":AffineDialect",
         ":ArithmeticDialect",
         ":GPUDialect",
+        ":IR",
         ":MemRefDialect",
         ":NVGPUDialect",
+        ":NVGPUPassIncGen",
         ":Pass",
         ":SideEffectInterfaces",
         ":Support",


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128078.437988.patch
Type: text/x-patch
Size: 509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220617/7660a8fd/attachment.bin>


More information about the llvm-commits mailing list