[libc++] Remove support for CloudABI, which has been abandoned
authorLouis Dionne <ldionne.2@gmail.com>
Tue, 24 Aug 2021 15:40:05 +0000 (11:40 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 24 Aug 2021 18:11:32 +0000 (14:11 -0400)
commit87dd51983cf91e6db8e1975b7984a4902728470e
tree9dcc53b57bb3cfd8be92dab97cfc86a6e188811a
parent92c1fd19abb15bc68b1127a26137a69e033cdb39
[libc++] Remove support for CloudABI, which has been abandoned

Based on https://github.com/NuxiNL/cloudlibc, it appears that the CloudABI
project has been abandoned. This patch removes a bunch of CloudABI specific
logic that had been added to support that platform.

Note that some knobs like LIBCXX_ENABLE_STDIN and LIBCXX_ENABLE_STDOUT
coud be useful in their own right, however those are currently broken.
If we want to re-add such knobs in the future, we can do it like we've
done it for localization & friends so that we can officially support
that configuration.

Differential Revision: https://reviews.llvm.org/D108637
35 files changed:
libcxx/CMakeLists.txt
libcxx/docs/DesignDocs/CapturingConfigInfo.rst
libcxx/include/__config
libcxx/include/__config_site.in
libcxx/include/clocale
libcxx/include/cstdio
libcxx/include/cstring
libcxx/include/ctime
libcxx/include/cwchar
libcxx/include/fstream
libcxx/include/iostream
libcxx/include/locale
libcxx/src/iostream.cpp
libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/fopen.compile.fail.cpp [deleted file]
libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/rename.compile.fail.cpp [deleted file]
libcxx/test/libcxx/utilities/time/date.time/asctime.thread-unsafe.compile.fail.cpp [deleted file]
libcxx/test/libcxx/utilities/time/date.time/ctime.thread-unsafe.compile.fail.cpp [deleted file]
libcxx/test/libcxx/utilities/time/date.time/gmtime.thread-unsafe.compile.fail.cpp [deleted file]
libcxx/test/libcxx/utilities/time/date.time/localtime.thread-unsafe.compile.fail.cpp [deleted file]
libcxx/test/std/depr/depr.c.headers/string_h.pass.cpp
libcxx/test/std/depr/depr.c.headers/wchar_h.pass.cpp
libcxx/test/std/input.output/file.streams/c.files/cstdio.pass.cpp
libcxx/test/std/input.output/file.streams/fstreams/lit.local.cfg [deleted file]
libcxx/test/std/input.output/iostream.objects/init.pass.cpp
libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cin.sh.cpp
libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cout.sh.cpp
libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin.sh.cpp
libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcout.sh.cpp
libcxx/test/std/language.support/support.runtime/ctime.pass.cpp
libcxx/test/std/localization/c.locales/clocale.pass.cpp
libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/lit.local.cfg [deleted file]
libcxx/test/std/strings/c.strings/cstring.pass.cpp
libcxx/test/std/strings/c.strings/cwchar.pass.cpp
libcxx/test/support/platform_support.h
libcxx/utils/libcxx/test/features.py