[libc-commits] [libc] [libc][stdlib] Run freelist_heap_test only in full build mode. (PR #95850)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Mon Jun 17 14:23:20 PDT 2024


================
@@ -79,6 +79,7 @@ add_libc_test(
     libc.src.__support.CPP.span
 )
 
+if(LLVM_LIBC_FULL_BUILD)
----------------
jhuber6 wrote:

Indentation?

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


More information about the libc-commits mailing list