[llvm-commits] [llvm] r124677 - /llvm/trunk/docs/GettingStarted.html
Anton Korobeynikov
asl at math.spbu.ru
Tue Feb 1 12:08:28 PST 2011
Author: asl
Date: Tue Feb 1 14:08:28 2011
New Revision: 124677
URL: http://llvm.org/viewvc/llvm-project?rev=124677&view=rev
Log:
Document the LLVM GIT mirror
Modified:
llvm/trunk/docs/GettingStarted.html
Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=124677&r1=124676&r2=124677&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Tue Feb 1 14:08:28 2011
@@ -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 @@
<!-- ======================================================================= -->
<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>
More information about the llvm-commits
mailing list