Piotr Padlewski via llvm-dev <llvm-...@lists.llvm.org> writes: > I also find it bad idea to have it all in one repo. Right now when I > develope clang-tidy, I don't have to recompile clang often because > most of the commits in clang-estra doesn't require new clang fetures. > This is pretty nice if work on 2 core machine.
But if you're not touching clang, then it won't get recompiled. git-subtree gets you the benefits of a single repository while still allowing individual updates of components. Again, this is just something to look at. I have some git-subtree enhancements not yet sent to upstream that I think would be important for LLVM if the community decides to seriously look at using git-subtree. -David _______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev