[Bazel] Fix build for c0a6318d96
This adds explicit deps to satisfy layering_check Differential Revision: https://reviews.llvm.org/D105356
This commit is contained in:
parent
361f742f16
commit
7c5d654f64
|
|
@ -2302,6 +2302,7 @@ cc_library(
|
|||
":StandardOps",
|
||||
":StandardOpsTransformsPassIncGen",
|
||||
":Support",
|
||||
":TensorDialect",
|
||||
":Transforms",
|
||||
"//llvm:Support",
|
||||
],
|
||||
|
|
@ -6181,6 +6182,7 @@ cc_library(
|
|||
]),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":Analysis",
|
||||
":Dialect",
|
||||
":IR",
|
||||
":InferTypeOpInterface",
|
||||
|
|
@ -6215,7 +6217,6 @@ cc_library(
|
|||
":IR",
|
||||
":LinalgOps",
|
||||
":MathDialect",
|
||||
":MemRefDialect",
|
||||
":Pass",
|
||||
":StandardOps",
|
||||
":TensorDialect",
|
||||
|
|
|
|||
|
|
@ -227,7 +227,6 @@ cc_library(
|
|||
"//mlir:Dialect",
|
||||
"//mlir:IR",
|
||||
"//mlir:InferTypeOpInterface",
|
||||
"//mlir:MemRefDialect",
|
||||
"//mlir:Pass",
|
||||
"//mlir:Reducer",
|
||||
"//mlir:SideEffects",
|
||||
|
|
|
|||
Loading…
Reference in New Issue