[libc-commits] [libc] [llvm] [libc] Add a C unit test framework wrapper and convert existing tests (PR #213657)

Pavel Labath via libc-commits libc-commits at lists.llvm.org
Mon Aug 3 05:57:25 PDT 2026


================
@@ -82,6 +82,16 @@ libc_test_library(
     alwayslink = True,
 )
 
+libc_test_library(
----------------
labath wrote:

This is a separate library in bazel because the other library has alwayslink=True. If we wanted to improve consistency, we could remove alwayslink (which has no cmake equivalent).

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


More information about the libc-commits mailing list