[libc-commits] [PATCH] D77279: [libc] Add strlen implementation.
Dávid Bolvanský via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Apr 1 17:59:12 PDT 2020
xbolva00 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.
----------------
Remove outdated comment
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