[libc-commits] [PATCH] D146660: [libc][NFC] move strcoll to strcmp template
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Mar 29 14:28:49 PDT 2023
michaelrj added a comment.
Currently we're avoiding calling functions by their public name inside of other implementations when possible to keep each entrypoint independent.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146660/new/
https://reviews.llvm.org/D146660
More information about the libc-commits
mailing list