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

Arya C S via libc-commits libc-commits at lists.llvm.org
Wed Apr 15 21:22:12 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
----------------
AryaCS111 wrote:

@vhscampos
I checked the current tree and only found neighboring `wchar` entrypoints like `wcsncmp` registered in `libc/config/linux/x86_64/entrypoints.txt` in my branch, so I mirrored that pattern for `wcsxfrm`.

I haven’t tested on other platforms locally. If you want `wcsxfrm` added to additional configurations as well, I can do that and rely on CI for broader coverage.


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


More information about the libc-commits mailing list