diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2011-02-01 20:08:28 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2011-02-01 20:08:28 +0000 |
commit | 3e956af404dcff07fb220e78213b5f4919d902eb (patch) | |
tree | c130475c331f940f683533cfa5df400b0c6b626e | |
parent | 582dd685413a6aa709a4f875ad9072635d71998a (diff) | |
download | bcm5719-llvm-3e956af404dcff07fb220e78213b5f4919d902eb.tar.gz bcm5719-llvm-3e956af404dcff07fb220e78213b5f4919d902eb.zip |
Document the LLVM GIT mirror
llvm-svn: 124677
-rw-r--r-- | llvm/docs/GettingStarted.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 69510e85be6..3dd2e4a8c8c 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/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> |