Displaying 2 results from an estimated 2 matches for "ac9a4787".
2016 Jul 21
2
[RFC] One or many git repositories?
...as it includes a lot of the run-time support for clang.
David
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160721/ac9a4787/attachment.bin>
2016 Jul 21
4
[RFC] One or many git repositories?
One other point about maintaining branches:
With the single repository approach, maintaining a long-running branch
that touches multiple subprojects (e.g. llvm and clang) becomes *far*
simpler.
With the umbrella repo, you have to do the submodules trickery I
described in the original e-mail. It is complicated, and takes a lot
of typing (or requires you to develop custom scripts). But with the