[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 16:40:49 PDT 2023


michaelrj updated this revision to Diff 514784.
michaelrj marked 4 inline comments as done.
michaelrj added a comment.

address comments before landing


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/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/tables/CMakeLists.txt
  libc/src/__support/StringUtil/tables/error_table.h
  libc/src/__support/StringUtil/tables/linux/CMakeLists.txt
  libc/src/__support/StringUtil/tables/linux/error_table.h
  libc/src/__support/StringUtil/tables/linux/signal_table.h
  libc/src/__support/StringUtil/tables/posix_error_table.h
  libc/src/__support/StringUtil/tables/posix_signal_table.h
  libc/src/__support/StringUtil/tables/signal_table.h
  libc/src/__support/StringUtil/tables/stdc_error_table.h
  libc/src/__support/StringUtil/tables/stdc_signal_table.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147967.514784.patch
Type: text/x-patch
Size: 36013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230418/86d0de73/attachment-0001.bin>


More information about the libc-commits mailing list