[libc-commits] [PATCH] D147478: [libc] Add strxfrm Implementation
Caslyn Tonelli via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 3 15:27:37 PDT 2023
Caslyn created this revision.
Herald added subscribers: libc-commits, luke, frasercrmck, ecnelises, luismarques, apazos, sameer.abuasal, tschuett, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.
Herald added projects: libc-project, All.
Caslyn requested review of this revision.
Herald added a subscriber: pcwang-thead.
Introduce `strxfrm` and unit tests. The current implementation is
without locale support.
Ticket: https://fxbug.dev/124217
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D147478
Files:
libc/config/linux/riscv64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/src/string/CMakeLists.txt
libc/src/string/strxfrm.cpp
libc/src/string/strxfrm.h
libc/test/src/string/CMakeLists.txt
libc/test/src/string/strxfrm_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147478.510622.patch
Type: text/x-patch
Size: 5381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230403/ba97e07d/attachment.bin>
More information about the libc-commits
mailing list