[libc-commits] [PATCH] D147967: [libc] move strerror and strsignal to OS msg maps
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Apr 18 14:14:26 PDT 2023
michaelrj updated this revision to Diff 514742.
michaelrj marked 2 inline comments as done.
michaelrj added a comment.
subdivide the files more and remove unnecessary custom class.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147967/new/
https://reviews.llvm.org/D147967
Files:
libc/src/__support/StringUtil/CMakeLists.txt
libc/src/__support/StringUtil/TableMappings/CMakeLists.txt
libc/src/__support/StringUtil/TableMappings/error_table.h
libc/src/__support/StringUtil/TableMappings/linux/CMakeLists.txt
libc/src/__support/StringUtil/TableMappings/linux/error_table.h
libc/src/__support/StringUtil/TableMappings/linux/signal_table.h
libc/src/__support/StringUtil/TableMappings/posix_error_table.h
libc/src/__support/StringUtil/TableMappings/posix_signal_table.h
libc/src/__support/StringUtil/TableMappings/signal_table.h
libc/src/__support/StringUtil/TableMappings/stdc_error_table.h
libc/src/__support/StringUtil/TableMappings/stdc_signal_table.h
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147967.514742.patch
Type: text/x-patch
Size: 36811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230418/9f4eac78/attachment-0001.bin>
More information about the libc-commits
mailing list