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

David Chisnall via llvm-dev llvm-dev at lists.llvm.org
Fri Jul 29 04:58:23 PDT 2016


On 29 Jul 2016, at 12:35, Dean Michael Berris <dean.berris at gmail.com> wrote:
> 
> I understand this, but why isn't "the repo you're interested in" just the megarepo (or monorepo) where every LLVM project resides?

Your assumption is a downstream user of LLVM.  As previously pointed out, we have downstream users of libc++ and the sanitizer runtimes who compile with gcc.  For a downstream user of LLVM, the cost of getting everything else is in the noise.  For a downstream user of libc++ who may want to contribute upstream, the overhead is huge.

David



More information about the llvm-dev mailing list