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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 8 08:45:12 PDT 2021


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

@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?


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