[all-commits] [llvm/llvm-project] 7b59fc: [libc] Make string entrypoints mutualy exclusive.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Nov 26 08:33:36 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b59fcb7de2223d7d3956b750d32357e30f9acbf
https://github.com/llvm/llvm-project/commit/7b59fcb7de2223d7d3956b750d32357e30f9acbf
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-11-26 (Fri, 26 Nov 2021)
Changed paths:
M libc/src/string/CMakeLists.txt
M libc/src/string/memmove.cpp
M libc/src/string/memory_utils/CMakeLists.txt
M libc/src/string/mempcpy.cpp
M libc/src/string/stpncpy.cpp
M libc/src/string/strcpy.cpp
M libc/src/string/strdup.cpp
M libc/src/string/strndup.cpp
Log Message:
-----------
[libc] Make string entrypoints mutualy exclusive.
For example, strcpy does not pull memcpy now.
Reviewed By: gchatelet
Differential Revision: https://reviews.llvm.org/D114300
More information about the All-commits
mailing list