From 46a98cf1f13280344db00fd8d6addccbfce95f59 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Tue, 1 Feb 2011 20:08:28 +0000 Subject: [PATCH] Document the LLVM GIT mirror git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124677 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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