diff --git a/compiler/src/iree/compiler/InputConversion/StableHLO/Preprocessing/BUILD.bazel b/compiler/src/iree/compiler/InputConversion/StableHLO/Preprocessing/BUILD.bazel index bf743ddfc85c2..c2a3e2437e44b 100644 --- a/compiler/src/iree/compiler/InputConversion/StableHLO/Preprocessing/BUILD.bazel +++ b/compiler/src/iree/compiler/InputConversion/StableHLO/Preprocessing/BUILD.bazel @@ -85,8 +85,8 @@ iree_compiler_cc_library( "@llvm-project//mlir:ControlFlowDialect", "@llvm-project//mlir:FuncDialect", "@llvm-project//mlir:IR", - "@llvm-project//mlir:MathDialect", "@llvm-project//mlir:MLProgramDialect", + "@llvm-project//mlir:MathDialect", "@llvm-project//mlir:Pass", "@llvm-project//mlir:SCFDialect", "@llvm-project//mlir:ShapeDialect", diff --git a/compiler/src/iree/compiler/InputConversion/StableHLO/Preprocessing/CMakeLists.txt b/compiler/src/iree/compiler/InputConversion/StableHLO/Preprocessing/CMakeLists.txt index 31169c704eac1..e6ad58c22a0fd 100644 --- a/compiler/src/iree/compiler/InputConversion/StableHLO/Preprocessing/CMakeLists.txt +++ b/compiler/src/iree/compiler/InputConversion/StableHLO/Preprocessing/CMakeLists.txt @@ -73,8 +73,8 @@ iree_cc_library( MLIRControlFlowDialect MLIRFuncDialect MLIRIR - MLIRMathDialect MLIRMLProgramDialect + MLIRMathDialect MLIRPass MLIRSCFDialect MLIRShapeDialect