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

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


Author: Muhammad Bassiouni
Date: 2026-05-04T09:56:01+03:00
New Revision: d9c7b6699b28f7fbe4de70aa3ae666bd8acffe96

URL: https://github.com/llvm/llvm-project/commit/d9c7b6699b28f7fbe4de70aa3ae666bd8acffe96
DIFF: https://github.com/llvm/llvm-project/commit/d9c7b6699b28f7fbe4de70aa3ae666bd8acffe96.diff

LOG: [libc][math][NFC] Remove `-fconstexpr-steps` flag (#195593)

Added: 
    

Modified: 
    libc/test/shared/CMakeLists.txt

Removed: 
    


################################################################################
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(


        


More information about the libc-commits mailing list