On 20 March 2016 at 01:06, Utpal Bora via llvm-dev
<llvm...@lists.llvm.org> wrote:
> Please suggest which repo is used by most developers or what alternative I
> can use?
It doesn't really matter: no-one can push to either of them and the
github one is a direct clone of llvm.org (which itself just picks
commits up from the canonical svn repository).
Cheers.
Tim.
_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
As a comparison, I just cloned http://llvm.org/git/llvm.git and it
took 142 seconds. I'd be pretty surprised if GitHub was ever slower
than our pretty overworked server (it was 90 seconds for me).
But I wouldn't call either of those "very slow" for a project the size
of LLVM. So if you're seeing something very different, it might well
be local to your network (but who knows, really?).