[all-commits] [llvm/llvm-project] 4f2686: [libc] Implemented mblen functions (#150141)
sribee8 via All-commits
all-commits at lists.llvm.org
Thu Jul 24 11:28:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f2686e5a131094d985677591482508586f1f5c9
https://github.com/llvm/llvm-project/commit/4f2686e5a131094d985677591482508586f1f5c9
Author: sribee8 <sriya.pratipati at gmail.com>
Date: 2025-07-24 (Thu, 24 Jul 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/mblen.cpp
A libc/src/wchar/mblen.h
A libc/src/wchar/mbrlen.cpp
A libc/src/wchar/mbrlen.h
M libc/test/src/wchar/CMakeLists.txt
A libc/test/src/wchar/mblen_test.cpp
A libc/test/src/wchar/mbrlen_test.cpp
Log Message:
-----------
[libc] Implemented mblen functions (#150141)
Implemented mblen and mbrlen as well as tests
---------
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