[all-commits] [llvm/llvm-project] a8c6a5: [libc] wmemcmp implementation (#141880)
sribee8 via All-commits
all-commits at lists.llvm.org
Thu May 29 13:34:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8c6a5017de7076f3011b0ddba6f224f7e1f93f3
https://github.com/llvm/llvm-project/commit/a8c6a5017de7076f3011b0ddba6f224f7e1f93f3
Author: sribee8 <145801438+sribee8 at users.noreply.github.com>
Date: 2025-05-29 (Thu, 29 May 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/wmemcmp.cpp
A libc/src/wchar/wmemcmp.h
M libc/test/src/wchar/CMakeLists.txt
A libc/test/src/wchar/wmemcmp_test.cpp
Log Message:
-----------
[libc] wmemcmp implementation (#141880)
Implemented wmemcmp as well as tests for the function.
Fixes Issue #141857
---------
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