[all-commits] [llvm/llvm-project] 240e06: [bootstrap] Allow passing options to sub-builds fo...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Mar 21 12:38:29 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 240e06dfe77feabe38a03cbb1c94875639d0f9ff
https://github.com/llvm/llvm-project/commit/240e06dfe77feabe38a03cbb1c94875639d0f9ff
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M libcxx/utils/ci/run-buildbot
M llvm/runtimes/CMakeLists.txt
Log Message:
-----------
[bootstrap] Allow passing options to sub-builds for all targets
This patch makes it possible to pass a CMake option to one of the runtimes
for all targets being built. Basically, any option that starts with the
name of a runtime project being built will be forwarded as-is to the
sub-build. This is useful for customizing a sub-build for all targets.
Differential Revision: https://reviews.llvm.org/D121822
More information about the All-commits
mailing list