[libc-commits] [libc] [libc] Disable bfloat16 test for full build mode (PR #149678)

via libc-commits libc-commits at lists.llvm.org
Sat Jul 19 17:39:41 PDT 2025


================
@@ -39,6 +39,10 @@ add_fp_unittest(
     libc.src.__support.FPUtil.rounding_mode
 )
 
+if(LLVM_LIBC_FULL_BUILD)
+  return()
+endif()
----------------
overmighty wrote:

A TODO comment explaining that this is a temporary fix would be nice.

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


More information about the libc-commits mailing list