[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:42:59 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0acb639fd235: [libc] move strerror and strsignal to OS msg maps (authored by michaelrj).

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.514785.patch
Type: text/x-patch
Size: 36013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230418/ce148434/attachment-0001.bin>


More information about the libc-commits mailing list