[libc-commits] [PATCH] D77279: [libc] Add strlen implementation.

Paula Toth via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 1 18:32:35 PDT 2020


PaulkaToast marked 2 inline comments as done.
PaulkaToast added inline comments.


================
Comment at: libc/src/string/strcat.cpp:18
 char *LLVM_LIBC_ENTRYPOINT(strcat)(char *dest, const char *src) {
   // We do not yet have an implementaion of strlen in so we will use strlen
   // from another libc.
----------------
xbolva00 wrote:
> Remove outdated comment
Good catch, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77279





More information about the libc-commits mailing list