[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
Jim Laskey
jlaskey at apple.com
Fri Jun 16 16:35:01 PDT 2006
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.56 -> 1.57
---
Log message:
Include information of svn repository for llvm-gcc4.
---
Diffs of the changes: (+17 -1)
CFEBuildInstrs.html | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletion(-)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.56 llvm/docs/CFEBuildInstrs.html:1.57
--- llvm/docs/CFEBuildInstrs.html:1.56 Mon Mar 13 23:39:39 2006
+++ llvm/docs/CFEBuildInstrs.html Fri Jun 16 18:34:49 2006
@@ -101,6 +101,22 @@
<div class="doc_text">
<p>
<ol>
+<li>
+<p>Retrieve the appropriate llvm-gcc4-x.y.source.tar.gz archive from the llvm
+web site.</p>
+<p>It is also possible to download the sources of the llvm-gcc4 front end from
+a read-only mirror using subversion. To check out the code the first time use;
+</p>
+
+<tt>svn co svn://anonsvn.opensource.apple.com/svn/llvm <i>dst-directory</i></tt>
+
+<p>After that, the code can be be updated in the destination directory using;
+</p>
+
+<tt>svn update</tt>
+
+<p>The mirror is brought up to date every evening.</p>
+</li>
<li><p>Configure and build the LLVM libraries and tools. There are two ways to
do this: either with <i>objdir</i> == <i>srcdir</i> or
<i>objdir</i> != <i>srcdir</i>. It is recommended
@@ -357,7 +373,7 @@
Brian Gaeke<br>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/03/14 05:39:39 $
+ Last modified: $Date: 2006/06/16 23:34:49 $
</address>
</body>
More information about the llvm-commits
mailing list