forked from OSchip/llvm-project
[mlir][Bazel] Add missing dependency to ArithmeticTransforms.
This commit is contained in:
parent
fd71493ff0
commit
a911a69408
|
@ -7831,6 +7831,7 @@ cc_library(
|
|||
":Affine",
|
||||
":AffineUtils",
|
||||
":ArithmeticDialect",
|
||||
":ArithmeticTransforms",
|
||||
":IR",
|
||||
":InferTypeOpInterface",
|
||||
":MemRefDialect",
|
||||
|
|
Loading…
Reference in New Issue