[libcxx-commits] [PATCH] D107895: [runtimes] Set more paths when building runtimes standalone

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 11 09:49:13 PDT 2021


mstorsjo added a comment.

In D107895#2939546 <https://reviews.llvm.org/D107895#2939546>, @ldionne wrote:

> Can you describe how you're running the build? Are you using the runtimes/ directory as the top-level directory?
>
> I don't want to support yet another way of building the runtimes, there's already too many. If we add this one, it has to be better than the other alternatives and fix some issues so that we can remove support for the other ways to build.

I’m running the building by pointing cmake at either libcxx or the llvm-projects/runtimes directory - both of them being supported configurations. But if enabling LLVM_ENABLE_PER_TARGET_RUNTIME_DIR in these configurations, these variables need to be set.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107895



More information about the libcxx-commits mailing list