[libc-commits] [PATCH] D72295: [libc] Move implementations of strcat and strcpy to the string directory.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jan 6 10:44:44 PST 2020
sivachandra created this revision.
sivachandra added a reviewer: MaskRay.
Herald added subscribers: libc-commits, tschuett, mgorny.
Herald added a project: libc-project.
Now that tests live in separate top-level directory, keeping the
implementations of individual functions in a directory of their own is
not meaningful. Hence, this change moves them into the higher level
string directory.
NFC intended.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D72295
Files:
libc/src/string/CMakeLists.txt
libc/src/string/strcat.cpp
libc/src/string/strcat.h
libc/src/string/strcat/CMakeLists.txt
libc/src/string/strcat/strcat.cpp
libc/src/string/strcat/strcat.h
libc/src/string/strcpy.cpp
libc/src/string/strcpy.h
libc/src/string/strcpy/CMakeLists.txt
libc/src/string/strcpy/strcpy.cpp
libc/src/string/strcpy/strcpy.h
libc/test/src/string/strcat_test.cpp
libc/test/src/string/strcpy_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72295.236418.patch
Type: text/x-patch
Size: 4254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200106/f892e35d/attachment-0001.bin>
More information about the libc-commits
mailing list