forked from OSchip/llvm-project
[mlir][sparse] bazel correction after filename change
Reviewed By: GMNGeoffrey, rdzhabarov Differential Revision: https://reviews.llvm.org/D113052
This commit is contained in:
parent
de6f7252da
commit
b3175fc2da
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue