[libcxx-commits] [PATCH] D138680: [libc++] Remove Solaris related code

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 24 10:07:03 PST 2022


ldionne created this revision.
Herald added subscribers: fedor.sergeev, krytarowski.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This was contributed ~10 years ago, but we don't officially support it
and I am not aware of any bot testing it, so this has likely rotten to
the point where it is unusable.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138680

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__config
  libcxx/include/__locale
  libcxx/include/math.h
  libcxx/include/stdlib.h
  libcxx/include/string.h
  libcxx/src/CMakeLists.txt
  libcxx/src/include/config_elast.h
  libcxx/src/locale.cpp
  libcxx/src/random.cpp
  libcxx/src/support/solaris/README
  libcxx/src/support/solaris/mbsnrtowcs.inc
  libcxx/src/support/solaris/wcsnrtombs.inc
  libcxx/src/support/solaris/xlocale.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138680.477820.patch
Type: text/x-patch
Size: 24254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221124/9385aee5/attachment-0001.bin>


More information about the libcxx-commits mailing list