[bazel] Add missing dependency after 455679413

This is supposed to be header-only. Don't know how to express that in
bazel.
This commit is contained in:
Benjamin Kramer 2022-06-17 22:09:13 +02:00
parent 3420cd7caf
commit feb8313fbf
1 changed files with 3 additions and 0 deletions

View File

@ -6409,6 +6409,9 @@ cc_library(
"include/mlir/ExecutionEngine/SparseTensorUtils.h",
],
includes = ["include"],
deps = [
"//llvm:Support",
],
)
cc_library(