[mlir] Update BUILD rule for MathDialect.

1773dddadf adds the dependency to
ArithmeticDialect.

Reviewed By: rdzhabarov, ftynse

Differential Revision: https://reviews.llvm.org/D117127
This commit is contained in:
Chia-hung Duan 2022-01-12 18:11:30 +00:00
parent fe827a93f6
commit c025fd8b0b

View file

@ -7521,6 +7521,7 @@ cc_library(
],
includes = ["include"],
deps = [
":ArithmeticDialect",
":IR",
":MathBaseIncGen",
":MathOpsIncGen",