forked from OSchip/llvm-project
[Bazel] Make mlir:BufferizationDialect depend on mlir:ArithmeticDialect after D124298
This commit is contained in:
parent
5114db933d
commit
6c8612fe6f
|
@ -8515,6 +8515,7 @@ cc_library(
|
|||
includes = ["include"],
|
||||
deps = [
|
||||
":AllocationOpInterface",
|
||||
":ArithmeticDialect",
|
||||
":BufferizableOpInterfaceIncGen",
|
||||
":BufferizationBaseIncGen",
|
||||
":BufferizationOpsIncGen",
|
||||
|
|
Loading…
Reference in New Issue