This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove support for CloudABI, which has been abandoned
ClosedPublic

Authored by ldionne on Aug 24 2021, 8:50 AM.

Details

Summary

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.

Diff Detail

Event Timeline

ldionne created this revision.Aug 24 2021, 8:50 AM
ldionne requested review of this revision.Aug 24 2021, 8:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 24 2021, 8:50 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 368359.Aug 24 2021, 8:52 AM

Remove a few more stray references

ed accepted this revision.Aug 24 2021, 11:00 AM
ldionne accepted this revision.Aug 24 2021, 11:11 AM
This revision is now accepted and ready to land.Aug 24 2021, 11:11 AM
libcxx/test/std/localization/c.locales/clocale.pass.cpp