[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 Sep 8 08:58:57 PDT 2021


mstorsjo added a comment.

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

> @mstorsjo Using `llvm-projects/runtimes` as the top-level directory is what I referred to as "a new way of building libc++". It's not currently supported.
>
> Note that I really think this is the correct way to build libc++ (and it should be one of the two supported ways, alongside with a proper boostrapping build where we build libc++ with the just-built Clang). I'd like us to set up a CI bot that builds this way, as a first step towards removing the other ways we have of building libc++. Does that make sense to you?

Ah right. I think that makes sense as a long term goal yes. IIRC using that build directory doesn't support actually running tests right yet though. For just building, I think that directory works well enough now that I should be able to migrate to it from the old standalone build configuration.


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