[libc-commits] [libc] [libc][math][NFC] Remove `-fconstexpr-steps` flag (PR #195593)

via libc-commits libc-commits at lists.llvm.org
Sun May 3 23:44:05 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Muhammad Bassiouni (bassiounix)

<details>
<summary>Changes</summary>



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


1 Files Affected:

- (modified) libc/test/shared/CMakeLists.txt (-3) 


``````````diff
diff --git a/libc/test/shared/CMakeLists.txt b/libc/test/shared/CMakeLists.txt
index 680491878705c..158918d9454c6 100644
--- a/libc/test/shared/CMakeLists.txt
+++ b/libc/test/shared/CMakeLists.txt
@@ -745,9 +745,6 @@ add_fp_unittest(
     libc.src.__support.math.totalordermagf128
     libc.src.__support.math.totalordermagf16
     libc.src.__support.math.totalordermagl
-  COMPILE_OPTIONS
-    $<$<CXX_COMPILER_ID:Clang>:-Xclang -fconstexpr-steps=1000000>
-    $<$<CXX_COMPILER_ID:GNU>:-fconstexpr-ops-limit=1000000 -fconstexpr-depth=100000>
 )
 
 add_fp_unittest(

``````````

</details>


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


More information about the libc-commits mailing list