[all-commits] [llvm/llvm-project] 6f1776: [runtimes] Remove support for standalone builds

Louis Dionne via All-commits all-commits at lists.llvm.org
Wed Feb 9 05:56:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f17768e11480063f4c2bcbeea559505fee3ea19
      https://github.com/llvm/llvm-project/commit/6f17768e11480063f4c2bcbeea559505fee3ea19
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-02-09 (Wed, 09 Feb 2022)

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

  Log Message:
  -----------
  [runtimes] Remove support for standalone builds

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.

Differential Revision: https://reviews.llvm.org/D119255




More information about the All-commits mailing list