[PATCH] D146665: [Fuchsia] Add FUCHSIA_USE_MULTIPLE_DISTRIBUTIONS.
Daniel Thornburgh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 24 11:18:54 PDT 2023
mysterymath marked an inline comment as done.
mysterymath added inline comments.
================
Comment at: clang/cmake/caches/Fuchsia-stage2.cmake:3
+option(FUCHSIA_USE_MULTIPLE_DISTRIBUTIONS "Use multiple distributions")
+option(FUCHSIA_ENABLE_LLDB "Enable LLDB")
----------------
phosek wrote:
> Could we use multiple distributions unconditionally?
Yep, this is just the feature flag mechanism to prevent breaking the build and provide a safe revert. As soon as this and its partner change are stable, I'll yank the flag.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146665/new/
https://reviews.llvm.org/D146665
More information about the cfe-commits
mailing list