[libc-commits] [PATCH] D87421: [libc] Decouple string functions.

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Sep 9 15:33:31 PDT 2020


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

This revision removes dependencies that exist between different string functions. This allows for the libc user to use a specific function X of this library without also depending on Y and Z.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87421

Files:
  libc/src/string/CMakeLists.txt
  libc/src/string/memchr.cpp
  libc/src/string/strcat.cpp
  libc/src/string/strcpy.cpp
  libc/src/string/string_utils.h
  libc/src/string/strlen.cpp
  libc/src/string/strnlen.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87421.290832.patch
Type: text/x-patch
Size: 5695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200909/7cd5a04c/attachment-0001.bin>


More information about the libc-commits mailing list