[all-commits] [llvm/llvm-project] c084b1: [runtimes] Shrink the set of runtimes included in ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Aug 31 18:42:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c084b14866643df196485a67ca120207c7da2af1
https://github.com/llvm/llvm-project/commit/c084b14866643df196485a67ca120207c7da2af1
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M llvm/CMakeLists.txt
Log Message:
-----------
[runtimes] Shrink the set of runtimes included in the bootstrapping build by default
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).
Differential Revision: https://reviews.llvm.org/D132479
More information about the All-commits
mailing list