[libc-commits] [PATCH] D135322: [libc] add strsignal and refactor message mapping
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Oct 7 11:12:05 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG07793f95c45b: [libc] add strsignal and refactor message mapping (authored by michaelrj).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135322/new/
https://reviews.llvm.org/D135322
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/spec/posix.td
libc/src/__support/CMakeLists.txt
libc/src/__support/StringUtil/CMakeLists.txt
libc/src/__support/StringUtil/error_to_string.cpp
libc/src/__support/StringUtil/error_to_string.h
libc/src/__support/StringUtil/message_mapper.h
libc/src/__support/StringUtil/signal_to_string.cpp
libc/src/__support/StringUtil/signal_to_string.h
libc/src/__support/error_to_string.cpp
libc/src/__support/error_to_string.h
libc/src/string/CMakeLists.txt
libc/src/string/strerror.cpp
libc/src/string/strerror.h
libc/src/string/strerror_r.cpp
libc/src/string/strsignal.cpp
libc/src/string/strsignal.h
libc/test/src/string/CMakeLists.txt
libc/test/src/string/strsignal_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135322.466126.patch
Type: text/x-patch
Size: 42701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221007/adbd5186/attachment-0001.bin>
More information about the libc-commits
mailing list