[all-commits] [llvm/llvm-project] e389a0: [libc] Switched calls to inline_memcpy to __builti...
Uzair Nawaz via All-commits
all-commits at lists.llvm.org
Wed Jun 11 13:17:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e389a0e7bb3d7aabbd10b9ba8f432f292de65649
https://github.com/llvm/llvm-project/commit/e389a0e7bb3d7aabbd10b9ba8f432f292de65649
Author: Uzair Nawaz <uzairnawaz at google.com>
Date: 2025-06-11 (Wed, 11 Jun 2025)
Changed paths:
M libc/src/wchar/CMakeLists.txt
M libc/src/wchar/wcscpy.cpp
M libc/src/wchar/wcsncpy.cpp
M libc/src/wchar/wmemcpy.cpp
M libc/src/wchar/wmempcpy.cpp
Log Message:
-----------
[libc] Switched calls to inline_memcpy to __builtin_memcpy for wide char utilities (#143011)
Switched calls to inline_memcpy to __builtin_memcpy for wide char
utilities
Removed unnecessary wctype_utils dependencies from the cmake file
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