[runtimes] Use the new "runtimes" build by default and deprecate other builds
authorLouis Dionne <ldionne.2@gmail.com>
Thu, 7 Oct 2021 20:19:11 +0000 (16:19 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Mon, 18 Oct 2021 17:50:26 +0000 (13:50 -0400)
commit79175f336c1f026bb71e5294e5a98d9c22360a95
tree3cc7f8b5916c3bf53e90efcb08df271f13a44537
parent2ea5e7ba570a96df88516d749c8030013824e021
[runtimes] Use the new "runtimes" build by default and deprecate other builds

This commit makes the new "runtimes" build (with <monorepo>/runtimes as
the root of the CMake invocation) the default way of building libc++.
The other supported way of building libc++ is the "bootstrapping" build,
where `<monorepo>/llvm` is used as the root of the CMake invocation.

All other ways of building libc++ are deprecated effective immediately.
There should be no use-case for building libc++ that isn't supported by
one of these two builds, and the two new builds work on all environments
and are lightweight. They will also make it possible to greatly simplify
the build infrastructure of the runtimes, which is currently way too
convoluted.

Differential Revision: https://reviews.llvm.org/D111356
libcxx/docs/BuildingLibcxx.rst
libcxx/docs/ReleaseNotes.rst
libcxx/utils/ci/buildkite-pipeline.yml
libcxx/utils/ci/run-buildbot
runtimes/CMakeLists.txt