forked from OSchip/llvm-project
[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:
parent
3420cd7caf
commit
feb8313fbf
|
@ -6409,6 +6409,9 @@ cc_library(
|
|||
"include/mlir/ExecutionEngine/SparseTensorUtils.h",
|
||||
],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
"//llvm:Support",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
|
|
Loading…
Reference in New Issue