[Bazel] Make mlir/test:TestShapeDialect depend on mlir:FuncDialect
This commit is contained in:
parent
ce3bb82e45
commit
baebe12ad0
|
|
@ -519,6 +519,7 @@ cc_library(
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//llvm:Support",
|
"//llvm:Support",
|
||||||
|
"//mlir:FuncDialect",
|
||||||
"//mlir:IR",
|
"//mlir:IR",
|
||||||
"//mlir:InferTypeOpInterface",
|
"//mlir:InferTypeOpInterface",
|
||||||
"//mlir:Pass",
|
"//mlir:Pass",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue