[llvm-dev] [RFC] One or many git repositories?

Renato Golin via llvm-dev llvm-dev at lists.llvm.org
Thu Sep 8 12:49:48 PDT 2016


On 8 September 2016 at 19:37, Mehdi Amini via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I'd expect a cmake shortcut cmake
> -DLLVM_ENABLE_PROjECTS=clang,libcxx,compiler-rt

Hey, I like this idea!

In that case, we don't need the directories in any particular
location, as CMake would be able to find and link any place *we* want
to put them in (in tree, flat out) and pull out their CMake files.

This would also help each project to be built in its own, if they so
require, without upsetting the LLVM-canon build style.

cheers,
--renato


More information about the llvm-dev mailing list