Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mlir/lib/Conversion/ArithAndMathToAPFloat/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_mlir_library(ArithAndMathToAPFloatUtils
add_mlir_library(MLIRArithAndMathToAPFloatUtils
Utils.cpp
PARTIAL_SOURCES_INTENDED

Expand All @@ -20,7 +20,7 @@ add_mlir_conversion_library(MLIRArithToAPFloat
Core

LINK_LIBS PUBLIC
ArithAndMathToAPFloatUtils
MLIRArithAndMathToAPFloatUtils
MLIRArithDialect
MLIRArithTransforms
MLIRFuncDialect
Expand All @@ -43,7 +43,7 @@ add_mlir_conversion_library(MLIRMathToAPFloat

LINK_LIBS PUBLIC
MLIRTransformUtils
ArithAndMathToAPFloatUtils
MLIRArithAndMathToAPFloatUtils
MLIRMathDialect
MLIRFuncDialect
MLIRFuncUtils
Expand Down