[libc-commits] [libc] [libc] Add wcsxfrm (PR #191692)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Thu Apr 16 03:02:56 PDT 2026
================
@@ -543,3 +543,11 @@ add_entrypoint_object(
libc.hdr.types.size_t
libc.hdr.wchar_macros
)
+
+add_entrypoint_object(
+ wcsxfrm
+ SRCS
+ wcsxfrm.cpp
+ HDRS
+ wcsxfrm.h
----------------
vhscampos wrote:
Can you please also add the `commons` dependency?
https://github.com/llvm/llvm-project/pull/191692
More information about the libc-commits
mailing list