forked from OSchip/llvm-project
[Bazel] Fixes for 266a7414d8
Adds LinalgOps dep needed for https://github.com/llvm/llvm-project/commit/266a7414d8f26 Differential Revision: https://reviews.llvm.org/D105294
This commit is contained in:
parent
c605dfcfc0
commit
bef9464c51
|
@ -1575,6 +1575,7 @@ cc_library(
|
|||
includes = ["include"],
|
||||
deps = [
|
||||
":IR",
|
||||
":LinalgOps",
|
||||
":SideEffectInterfaces",
|
||||
":SparseTensorAttrDefsIncGen",
|
||||
":SparseTensorOpsIncGen",
|
||||
|
|
Loading…
Reference in New Issue