[libc-commits] [PATCH] D134074: [libc] add strerror
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Sep 20 15:46:21 PDT 2022
michaelrj updated this revision to Diff 461734.
michaelrj added a comment.
remove constexpr from parts that don't need it
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134074/new/
https://reviews.llvm.org/D134074
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/src/__support/CMakeLists.txt
libc/src/__support/error_to_string.cpp
libc/src/__support/error_to_string.h
libc/src/__support/integer_to_string.h
libc/src/string/CMakeLists.txt
libc/src/string/strerror.cpp
libc/src/string/strerror.h
libc/test/ErrnoSetterMatcher.h
libc/test/src/string/CMakeLists.txt
libc/test/src/string/strerror_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134074.461734.patch
Type: text/x-patch
Size: 24851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220920/51c4168c/attachment-0001.bin>
More information about the libc-commits
mailing list