[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 16:46:04 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6b01964271b9: [libc] Add strlen to library entrypoints. (authored by PaulkaToast).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79016/new/
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.260799.patch
Type: text/x-patch
Size: 345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200428/83e9bb7c/attachment.bin>
More information about the libc-commits
mailing list