[all-commits] [llvm/llvm-project] e3d1a3: [libc] wcsstr implementation (#142440)
sribee8 via All-commits
all-commits at lists.llvm.org
Mon Jun 2 16:05:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3d1a33b7ef6c0f0a27ae7cc5a0b4a2572a392c4
https://github.com/llvm/llvm-project/commit/e3d1a33b7ef6c0f0a27ae7cc5a0b4a2572a392c4
Author: sribee8 <145801438+sribee8 at users.noreply.github.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/wchar.yaml
M libc/src/wchar/CMakeLists.txt
A libc/src/wchar/wcsstr.cpp
A libc/src/wchar/wcsstr.h
M libc/test/src/wchar/CMakeLists.txt
A libc/test/src/wchar/wcsstr_test.cpp
Log Message:
-----------
[libc] wcsstr implementation (#142440)
Implemented wcsstr and tests.
fixes #124348
---------
Co-authored-by: Sriya Pratipati <sriyap at google.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list