[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:06:29 PDT 2021


aartbik created this revision.
Herald added subscribers: wenzhicui, wrengr, Chia-hungDuan, dcaballe, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, bixia.
aartbik 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/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.384224.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211102/069ca9bf/attachment.bin>


More information about the llvm-commits mailing list