[all-commits] [llvm/llvm-project] 60cef8: [libc] Add strncpy implementation.
ChennngWang via All-commits
all-commits at lists.llvm.org
Wed Dec 2 04:50:57 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60cef893627be169f22dc540834c4d085847d94a
https://github.com/llvm/llvm-project/commit/60cef893627be169f22dc540834c4d085847d94a
Author: Cheng Wang <chennngwang at gmail.com>
Date: 2020-12-02 (Wed, 02 Dec 2020)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/src/string/CMakeLists.txt
A libc/src/string/strncpy.cpp
A libc/src/string/strncpy.h
M libc/test/src/string/CMakeLists.txt
A libc/test/src/string/strncpy_test.cpp
Log Message:
-----------
[libc] Add strncpy implementation.
Add libc strncpy implementation.
Reviewed By: sivachandra, gchatelet
Differential Revision: https://reviews.llvm.org/D91399
More information about the All-commits
mailing list