[libc-commits] [PATCH] D135322: [libc] add strsignal and refactor message mapping

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Oct 5 15:37:08 PDT 2022


michaelrj updated this revision to Diff 465580.
michaelrj marked 3 inline comments as done.
michaelrj added a comment.

address clean up comments


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.465580.patch
Type: text/x-patch
Size: 41441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221005/5da0957b/attachment-0001.bin>


More information about the libc-commits mailing list