[libc-commits] [PATCH] D79016: [libc] Add strlen to library entrypoints.

Paula Toth via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Apr 28 09:39:04 PDT 2020


PaulkaToast created this revision.
PaulkaToast added reviewers: sivachandra, abrachet.
PaulkaToast added a project: libc-project.
Herald added subscribers: libc-commits, tschuett, mgorny.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79016

Files:
  libc/lib/CMakeLists.txt


Index: libc/lib/CMakeLists.txt
===================================================================
--- libc/lib/CMakeLists.txt
+++ libc/lib/CMakeLists.txt
@@ -26,6 +26,7 @@
     libc.src.string.memcpy
     libc.src.string.strcpy
     libc.src.string.strcat
+    libc.src.string.strlen
 
     # sys/mman.h entrypoints
     libc.src.sys.mman.mmap


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79016.260663.patch
Type: text/x-patch
Size: 345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200428/db362f11/attachment.bin>


More information about the libc-commits mailing list