[libc-commits] [libc] [libc] Add wcsxfrm (PR #191692)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Wed Apr 15 01:56:40 PDT 2026


================
@@ -398,6 +398,7 @@ set(TARGET_LIBC_ENTRYPOINTS
     libc.src.wchar.wmemset
     libc.src.wchar.wcschr
     libc.src.wchar.wcsncmp
+    libc.src.wchar.wcsxfrm
----------------
vhscampos wrote:

Can you add it as entrypoint to all the other configurations?

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


More information about the libc-commits mailing list