[libc-commits] [PATCH] D114300: [libc] Make string entrypoints mutualy exclusive.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Nov 19 16:47:52 PST 2021


sivachandra created this revision.
sivachandra added reviewers: michaelrj, gchatelet.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.

For example, strcpy does not pull memcpy now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114300

Files:
  libc/src/string/CMakeLists.txt
  libc/src/string/memmove.cpp
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/mempcpy.cpp
  libc/src/string/stpncpy.cpp
  libc/src/string/strcpy.cpp
  libc/src/string/strdup.cpp
  libc/src/string/strndup.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114300.388665.patch
Type: text/x-patch
Size: 8291 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211120/333f092a/attachment-0001.bin>


More information about the libc-commits mailing list