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

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Oct 25 14:03:04 PDT 2021


michaelrj updated this revision to Diff 382116.
michaelrj added a comment.

fix cmake rules to match the new way external entrypoints are handled


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111584

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  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.382116.patch
Type: text/x-patch
Size: 5228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211025/ffccffc6/attachment.bin>


More information about the libc-commits mailing list