[all-commits] [llvm/llvm-project] 043032: [Fuchsia] Add FUCHSIA_USE_MULTIPLE_DISTRIBUTIONS.
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Fri Mar 24 16:05:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0430324289f2f0206a03a124b86eece8d007b09e
https://github.com/llvm/llvm-project/commit/0430324289f2f0206a03a124b86eece8d007b09e
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/cmake/caches/Fuchsia.cmake
Log Message:
-----------
[Fuchsia] Add FUCHSIA_USE_MULTIPLE_DISTRIBUTIONS.
This flag causes the toolchain distribution to be built using LLVM
CMake's multiple distribution feature. The distribution* family of CMake
targets would be replaced with the toolchain-distribution* family.
This shouldn't otherwise affect the semantics of the build, but it sets
up the ability to split out the LLDB build from the main distribution
used by Fuchsia.
Reviewed By: phosek
Differential Revision: https://reviews.llvm.org/D146665
More information about the All-commits
mailing list