[Bazel] Add more mlir dependencies after D124298

The Bazel layering_check feature compiles libraries with `-fmodule-name=X
-fmodules-strict-decluse` which require #include to be in deps.
This commit is contained in:
Fangrui Song 2022-04-23 13:06:54 -07:00
parent 6c8612fe6f
commit bbbc49f780
1 changed files with 5 additions and 0 deletions

View File

@ -1946,6 +1946,7 @@ cc_library(
":ArithmeticDialect",
":IR",
":LinalgOps",
":MathDialect",
"//llvm:Support",
],
)
@ -2531,10 +2532,12 @@ cc_library(
":FuncDialect",
":IR",
":LoopLikeInterface",
":MemRefDialect",
":Pass",
":SCFIncGen",
":SCFPassIncGen",
":Support",
":TensorDialect",
"//llvm:Support",
],
)
@ -2959,6 +2962,7 @@ cc_library(
":FuncDialect",
":FuncTransformsPassIncGen",
":IR",
":MemRefDialect",
":Pass",
":SCFDialect",
":Support",
@ -5391,6 +5395,7 @@ cc_library(
":IR",
":LLVMCommonConversion",
":LLVMDialect",
":ArithmeticDialect",
":MemRefDialect",
":Pass",
":Support",