diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 69510e85be6..3dd2e4a8c8c 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -28,6 +28,7 @@
  • Setting Up Your Environment
  • Unpacking the LLVM Archives
  • Checkout LLVM from Subversion
  • +
  • LLVM GIT mirror
  • Install the GCC Front End
  • Local LLVM Configuration
  • Compiling the LLVM Suite Source Code
  • @@ -776,6 +777,25 @@ instructions to successfully get and build the LLVM GCC front-end.

    + +
    + GIT mirror +
    + +
    + +

    GIT mirrors are available for a number of LLVM subprojects. These mirrors + sync automatically with each Subversion commit and contain all necessary + git-svn marks (so, you can recreate git-svn metadata locally). Note that right + now mirrors reflect only trunk for each project. You can do the + read-only GIT clone of LLVM via: +

    +% git clone http://llvm.org/git/llvm.git
    +
    +

    + +
    +
    Install the GCC Front End