[libc-commits] [PATCH] D111584: [libc] add strdup implementation

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Oct 19 14:58:00 PDT 2021


michaelrj updated this revision to Diff 380781.
michaelrj marked 3 inline comments as done.
michaelrj added a comment.

add a new path for external functions to be included in the appropriate header file.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111584/new/

https://reviews.llvm.org/D111584

Files:
  libc/CMakeLists.txt
  libc/cmake/modules/LLVMLibCObjectRules.cmake
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/stdlib/CMakeLists.txt
  libc/src/string/CMakeLists.txt
  libc/src/string/strdup.cpp
  libc/src/string/strdup.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strdup_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111584.380781.patch
Type: text/x-patch
Size: 8786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211019/7ac1bd62/attachment.bin>


More information about the libc-commits mailing list