================
@@ -457,4 +457,16 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.stdlib.free
)
endif()
+ add_libc_test(
----------------
lntue wrote:
Move this test outside of the `if(LLVM_LIBC_FULL_BUILD) ... endif()` block.
https://github.com/llvm/llvm-project/pull/132493