[libc-commits] [libc] [libc][test] make `str_to_float_comparison_test` independent of C++ headers. (PR #133978)
    via libc-commits 
    libc-commits at lists.llvm.org
       
    Tue Apr  1 22:07:32 PDT 2025
    
    
  
================
@@ -249,31 +249,26 @@ add_libc_test(
     libc.src.__support.memory_size
 )
 
-# FIXME: We shouldn't have regular executables created because we could be
-#        cross-compiling the tests and running through an emulator.
 if(NOT LIBC_TARGET_OS_IS_GPU)
----------------
lntue wrote:
With all the correct dependency, this condition is probably not needed anymore.
https://github.com/llvm/llvm-project/pull/133978
    
    
More information about the libc-commits
mailing list