[mlir][sparse] bazel correction after filename change

Reviewed By: GMNGeoffrey, rdzhabarov

Differential Revision: https://reviews.llvm.org/D113052
This commit is contained in:
Aart Bik 2021-11-02 14:05:51 -07:00
parent de6f7252da
commit b3175fc2da
1 changed files with 1 additions and 1 deletions

View File

@ -5389,7 +5389,7 @@ cc_library(
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"],