[libcxx-commits] [PATCH] D132480: [llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENABLE_PROJECTS

John Ericson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 20 14:13:18 PDT 2022


Ericson2314 added a comment.

If we try to build docs with `LLVM_ENABLE_RUNTIMES` might it try to bootstrap them, wasting effort?

That was my concern when I hit this before. TBH I feel putting them under `LLVM_ENABLE_PROJECTS` while silly, did express well that everything can be built in parallel (modulo "regular" header dependencies like Clang -> LLVM) without bootstrapping being needed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132480/new/

https://reviews.llvm.org/D132480



More information about the libcxx-commits mailing list