[PATCH] D113052: [mlir][sparse] bazel correction after filename change

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 14:09:59 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb3175fc2da4c: [mlir][sparse] bazel correction after filename change (authored by aartbik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113052

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
@@ -5389,7 +5389,7 @@
     name = "mlir_c_runner_utils",
     srcs = [
         "lib/ExecutionEngine/CRunnerUtils.cpp",
-        "lib/ExecutionEngine/SparseUtils.cpp",
+        "lib/ExecutionEngine/SparseTensorUtils.cpp",
     ],
     hdrs = ["include/mlir/ExecutionEngine/CRunnerUtils.h"],
     includes = ["include"],


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113052.384227.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211102/34f8f011/attachment.bin>


More information about the llvm-commits mailing list