This is an archive of the discontinued LLVM Phabricator instance.

[runtimes] Shrink the set of runtimes included in the bootstrapping build by default
ClosedPublic

Authored by ldionne on Aug 23 2022, 8:35 AM.

Details

Summary

This patch is in preparation for removing libcxx, libcxxabi and libunwind
from LLVM_ENABLE_PROJECTS. When we make that switch, folks who were
previously using LLVM_ENABLE_PROJECTS=all in order to build those
runtimes will be able to add LLVM_ENABLE_RUNTIMES=all to start building
those projects using the bootstrapping build.

This is technically a breaking change for folks who had been using
LLVM_ENABLE_RUNTIMES=all, however I suspect the set of people currently
doing that is extremely small, so this is likely acceptable (more than
breaking folks who are using LLVM_ENABLE_PROJECTS=all).

Diff Detail

Event Timeline

ldionne created this revision.Aug 23 2022, 8:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2022, 8:35 AM
Herald added a subscriber: mgorny. · View Herald Transcript
ldionne requested review of this revision.Aug 23 2022, 8:35 AM
Herald added a project: Restricted Project. · View Herald Transcript
Ericson2314 accepted this revision.Aug 23 2022, 1:45 PM
This revision is now accepted and ready to land.Aug 23 2022, 1:45 PM
phosek accepted this revision.Aug 23 2022, 11:39 PM

LGTM

ldionne updated this revision to Diff 455225.Aug 24 2022, 8:12 AM

Rebase onto main.

This revision was landed with ongoing or failed builds.Aug 31 2022, 6:42 PM
This revision was automatically updated to reflect the committed changes.