Skip to content

Commit b3175fc

Browse files
committed
[mlir][sparse] bazel correction after filename change
Reviewed By: GMNGeoffrey, rdzhabarov Differential Revision: https://reviews.llvm.org/D113052
1 parent de6f725 commit b3175fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5389,7 +5389,7 @@ cc_library(
53895389
name = "mlir_c_runner_utils",
53905390
srcs = [
53915391
"lib/ExecutionEngine/CRunnerUtils.cpp",
5392-
"lib/ExecutionEngine/SparseUtils.cpp",
5392+
"lib/ExecutionEngine/SparseTensorUtils.cpp",
53935393
],
53945394
hdrs = ["include/mlir/ExecutionEngine/CRunnerUtils.h"],
53955395
includes = ["include"],

0 commit comments

Comments
 (0)