[libcxx-commits] [PATCH] D119255: [runtimes] Remove support for standalone builds

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 8 08:40:36 PST 2022


ldionne created this revision.
Herald added subscribers: libcxx-commits, arphaman, arichardson, mgorny.
Herald added a project: libunwind.
Herald added a reviewer: libunwind.
ldionne requested review of this revision.
Herald added projects: libc++, libc++abi.
Herald added a reviewer: libc++.
Herald added a reviewer: libc++abi.

Standalone build have been deprecated for some time now, so this
commit removes support for those builds entirely from libc++, libc++abi
and libunwind.

This, along with the removal of other legacy ways to build, will allow
for major build system simplifications.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119255

Files:
  libcxx/CMakeLists.txt
  libcxx/docs/ReleaseNotes.rst
  libcxx/utils/ci/buildkite-pipeline.yml
  libcxx/utils/ci/run-buildbot
  libcxxabi/CMakeLists.txt
  libcxxabi/www/index.html
  libunwind/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119255.406857.patch
Type: text/x-patch
Size: 7477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220208/5408ac1b/attachment.bin>


More information about the libcxx-commits mailing list