[Bazel] Make mlir/test:TestShapeDialect depend on mlir:FuncDialect

This commit is contained in:
Fangrui Song 2022-04-22 13:55:27 -07:00
parent ce3bb82e45
commit baebe12ad0
1 changed files with 1 additions and 0 deletions

View File

@ -519,6 +519,7 @@ cc_library(
],
deps = [
"//llvm:Support",
"//mlir:FuncDialect",
"//mlir:IR",
"//mlir:InferTypeOpInterface",
"//mlir:Pass",