[all-commits] [llvm/llvm-project] 9e9803: [libc] Add strncat and fix strcat
michaelrj-google via All-commits
all-commits at lists.llvm.org
Tue Oct 12 11:18:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e9803bf82500b8a075d9658d2b4c248115f4a6f
https://github.com/llvm/llvm-project/commit/9e9803bf82500b8a075d9658d2b4c248115f4a6f
Author: Michael Jones <michaelrj at google.com>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/src/string/CMakeLists.txt
M libc/src/string/strcat.cpp
A libc/src/string/strncat.cpp
A libc/src/string/strncat.h
M libc/test/src/string/CMakeLists.txt
A libc/test/src/string/strncat_test.cpp
Log Message:
-----------
[libc] Add strncat and fix strcat
This adds strncat to llvm libc. In addition, an error was found with
strcat and that was fixed.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D111583
More information about the All-commits
mailing list