forked from OSchip/llvm-project
Add link to the CVS mirror hosted by Reid
llvm-svn: 14238
This commit is contained in:
parent
5f056c78c1
commit
8c470182bb
|
@ -114,7 +114,7 @@ from the LLVM suite.</p>
|
|||
<li><tt>cd llvm</tt>
|
||||
</ol></li>
|
||||
|
||||
<li>With anonymous CVS access:
|
||||
<li>With anonymous CVS access (or use a <a href="#checkout">mirror</a>):
|
||||
<ol>
|
||||
<li><tt>cd <i>where-you-want-llvm-to-live</i></tt></li>
|
||||
<li><tt>cvs -d
|
||||
|
@ -462,6 +462,21 @@ from the CVS repository:</p>
|
|||
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsubsection">
|
||||
<a name="mirrors">LLVM CVS Mirrors</a>
|
||||
</div>
|
||||
|
||||
<div class="doc_text">
|
||||
|
||||
<p>If the main CVS server is overloaded or inaccessible, you can try one of
|
||||
these user-hosted mirrors:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://llvm.x10sys.com/">Mirror hosted by eXtensible Systems Inc.</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- ======================================================================= -->
|
||||
<div class="doc_subsection">
|
||||
<a name="installcf">Install the GCC Front End</a>
|
||||
|
|
Loading…
Reference in New Issue