[libcxx-dev] [RFC] A vision for building the runtimes

Louis Dionne via libcxx-dev libcxx-dev at lists.llvm.org
Thu Oct 22 15:34:36 PDT 2020



> On Oct 22, 2020, at 18:31, Louis Dionne <ldionne at apple.com> wrote:
> 
> Hi folks,
> 
> [...]
> 
> Moving towards a single CMake invocation for the Standalone builds is the key element of this proposal that will make everything simpler, and remove the need to setup a bunch of things manually. It will also make it easier to start sharing more code across the various runtimes [2].
> 
> I have already written the CMakeLists.txt for the "Unified Standalone" build, and I've been using it to build libc++ and libc++abi at Apple. It is incredibly simple, and it works well so far.

Oh, and here it is if you're curious! https://github.com/llvm/llvm-project/tree/master/libcxx/utils/ci/runtimes

Louis



More information about the libcxx-dev mailing list