[cfe-dev] clang - getting started with git

John McCall rjmccall at apple.com
Mon Jul 9 19:55:41 PDT 2012


On Jul 9, 2012, at 5:50 PM, Thiago Farina wrote:
> Are there instruction for checking out/compiling clang with git
> instead of svn?

Many — perhaps even most — of us do use git, despite the repository
being canonically in svn.  LLVM.org provides a standard git mirror, which
you can read about on LLVM's Getting Started page:
  http://llvm.org/docs/GettingStarted.html#starting

If you're planning on committing patches yourself, I would recommend
setting up your repository with git-svn;  that's also described in that
document.

John.



More information about the cfe-dev mailing list