[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
Fri Apr 14 15:35:09 PDT 2023


michaelrj updated this revision to Diff 513774.
michaelrj marked 6 inline comments as done.
michaelrj added a comment.
Herald added a subscriber: krytarowski.

Update the string mapping to support concatenating arrays at compile time.
Simplify the cmake.


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/linux/CMakeLists.txt
  libc/src/__support/StringUtil/linux/strerror_map.h
  libc/src/__support/StringUtil/linux/strsignal_map.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.513774.patch
Type: text/x-patch
Size: 24531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230414/17197707/attachment-0001.bin>


More information about the libc-commits mailing list