[Mlir-commits] [mlir] [MLIR] fix name of APFloat helper (PR #173029)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Dec 19 07:56:15 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Maksim Levental (makslevental)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/173029.diff


1 Files Affected:

- (modified) mlir/lib/Conversion/ArithAndMathToAPFloat/CMakeLists.txt (+1-1) 


``````````diff
diff --git a/mlir/lib/Conversion/ArithAndMathToAPFloat/CMakeLists.txt b/mlir/lib/Conversion/ArithAndMathToAPFloat/CMakeLists.txt
index e8fd9c493b975..8a25b23907f4b 100644
--- a/mlir/lib/Conversion/ArithAndMathToAPFloat/CMakeLists.txt
+++ b/mlir/lib/Conversion/ArithAndMathToAPFloat/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_mlir_library(ArithAndMathToAPFloatUtils
+add_mlir_library(MLIRArithAndMathToAPFloatUtils
   Utils.cpp
   PARTIAL_SOURCES_INTENDED
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/173029


More information about the Mlir-commits mailing list