summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2011-02-01 20:08:28 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2011-02-01 20:08:28 +0000
commit46a98cf1f13280344db00fd8d6addccbfce95f59 (patch)
treec1072b6fc0931074f8119ab99c5d0a31bc88f386 /docs/GettingStarted.html
parent9d7f0111100d863f2722deab952711a5496abad4 (diff)
downloadllvm-46a98cf1f13280344db00fd8d6addccbfce95f59.tar.gz
llvm-46a98cf1f13280344db00fd8d6addccbfce95f59.tar.bz2
llvm-46a98cf1f13280344db00fd8d6addccbfce95f59.tar.xz
Document the LLVM GIT mirror
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 69510e85be..3dd2e4a8c8 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -28,6 +28,7 @@
<li><a href="#environment">Setting Up Your Environment</a></li>
<li><a href="#unpack">Unpacking the LLVM Archives</a></li>
<li><a href="#checkout">Checkout LLVM from Subversion</a></li>
+ <li><a href="#git_mirror">LLVM GIT mirror</a></li>
<li><a href="#installcf">Install the GCC Front End</a></li>
<li><a href="#config">Local LLVM Configuration</a></li>
<li><a href="#compile">Compiling the LLVM Suite Source Code</a></li>
@@ -778,6 +779,25 @@ instructions</a> to successfully get and build the LLVM GCC front-end.</p>
<!-- ======================================================================= -->
<div class="doc_subsection">
+ <a name="git_mirror">GIT mirror</a>
+</div>
+
+<div class="doc_text">
+
+<p>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 <tt>trunk</tt> for each project. You can do the
+ read-only GIT clone of LLVM via:
+<pre>
+% git clone http://llvm.org/git/llvm.git
+</pre>
+</p>
+
+</div>
+
+<!-- ======================================================================= -->
+<div class="doc_subsection">
<a name="installcf">Install the GCC Front End</a>
</div>