[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:
Geoffrey Martin-Noble 2021-07-01 09:38:35 -07:00
parent c605dfcfc0
commit bef9464c51
1 changed files with 1 additions and 0 deletions

View File

@ -1575,6 +1575,7 @@ cc_library(
includes = ["include"],
deps = [
":IR",
":LinalgOps",
":SideEffectInterfaces",
":SparseTensorAttrDefsIncGen",
":SparseTensorOpsIncGen",