[libc-commits] [libc] [libc] implement `memalignment` (PR #132493)
via libc-commits
libc-commits at lists.llvm.org
Sat Mar 22 10:15:11 PDT 2025
================
@@ -457,4 +457,16 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.stdlib.free
)
endif()
+ add_libc_test(
+ memalignment_test
+ # The EXPECT_EXITS test is only availible for unit tests.
+ UNIT_TEST_ONLY
----------------
lntue wrote:
copy-paste error? `EXPECT_EXITS` is not used in your test.
https://github.com/llvm/llvm-project/pull/132493
More information about the libc-commits
mailing list