[all-commits] [llvm/llvm-project] 3b6bc8: [libc++] Remove Solaris related code

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri May 5 05:40:14 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b6bc87520273d7ebc3b796b8493ddb401257038
      https://github.com/llvm/llvm-project/commit/3b6bc87520273d7ebc3b796b8493ddb401257038
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__config
    M libcxx/include/__locale
    R libcxx/include/__support/solaris/floatingpoint.h
    R libcxx/include/__support/solaris/wchar.h
    R libcxx/include/__support/solaris/xlocale.h
    M libcxx/include/math.h
    M libcxx/include/stdlib.h
    M libcxx/include/string.h
    M libcxx/src/CMakeLists.txt
    M libcxx/src/include/config_elast.h
    M libcxx/src/locale.cpp
    M libcxx/src/random.cpp
    R libcxx/src/support/solaris/README.txt
    R libcxx/src/support/solaris/mbsnrtowcs.inc
    R libcxx/src/support/solaris/wcsnrtombs.inc
    R libcxx/src/support/solaris/xlocale.cpp
    M libcxx/utils/data/ignore_format.txt

  Log Message:
  -----------
  [libc++] Remove Solaris related code

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.

Differential Revision: https://reviews.llvm.org/D138680




More information about the All-commits mailing list