[all-commits] [llvm/llvm-project] fc2c8b: [libc] Add strlcpy
Alex Brachet via All-commits
all-commits at lists.llvm.org
Wed May 18 10:45:57 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc2c8b2371d7c3ef7c0ed348598abadcfdfcd467
https://github.com/llvm/llvm-project/commit/fc2c8b2371d7c3ef7c0ed348598abadcfdfcd467
Author: Alex Brachet <abrachet at google.com>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
M libc/config/darwin/arm/entrypoints.txt
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/windows/entrypoints.txt
A libc/spec/bsd_ext.td
M libc/src/string/CMakeLists.txt
A libc/src/string/strlcpy.cpp
A libc/src/string/strlcpy.h
M libc/test/src/string/CMakeLists.txt
A libc/test/src/string/strlcpy_test.cpp
Log Message:
-----------
[libc] Add strlcpy
Differential Revision: https://reviews.llvm.org/D125806
More information about the All-commits
mailing list