[all-commits] [llvm/llvm-project] d5436b: [libc] wcslcat implementation (#146588)
sribee8 via All-commits
all-commits at lists.llvm.org
Wed Jul 9 16:54:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5436b0b951abe5ee724bed6617e76e736376e09
https://github.com/llvm/llvm-project/commit/d5436b0b951abe5ee724bed6617e76e736376e09
Author: sribee8 <sriya.pratipati at gmail.com>
Date: 2025-07-09 (Wed, 09 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/wcslcat.cpp
A libc/src/wchar/wcslcat.h
M libc/test/src/wchar/CMakeLists.txt
A libc/test/src/wchar/wcslcat_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/test/src/wchar/BUILD.bazel
Log Message:
-----------
[libc] wcslcat implementation (#146588)
implemented wcslcat and 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