This is an archive of the discontinued LLVM Phabricator instance.

[release] Use a supported way of building libc++ when building the documentation
ClosedPublic

Authored by ldionne on Feb 8 2022, 12:12 PM.

Details

Summary

Instead of using the deprecated LLVM_ENABLE_PROJECTS build, use the
default runtimes build. This is just as fast, but it's supported.

Diff Detail

Event Timeline

ldionne created this revision.Feb 8 2022, 12:12 PM
ldionne requested review of this revision.Feb 8 2022, 12:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2022, 12:12 PM

I ran the script locally and made sure the output was the same as before the change.

Friendly ping. I will be removing support for building runtimes with LLVM_ENABLE_PROJECTS and this is one of the prerequisites.

tstellar accepted this revision.Feb 14 2022, 12:58 PM

LGTM. Thank you.

This revision is now accepted and ready to land.Feb 14 2022, 12:58 PM
This revision was landed with ongoing or failed builds.Feb 14 2022, 1:01 PM
This revision was automatically updated to reflect the committed changes.