summaryrefslogtreecommitdiff
path: root/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-06-16 23:34:49 +0000
committerJim Laskey <jlaskey@mac.com>2006-06-16 23:34:49 +0000
commite9493d330de67e56b2e4837371efda606f4f9e0f (patch)
treeebaa52eadfa51c9640dc554a377086a0ab9a316f /docs/CFEBuildInstrs.html
parent3261f0bd6aa48b3e1137ccb6fbe7d2a7e5d49831 (diff)
downloadllvm-e9493d330de67e56b2e4837371efda606f4f9e0f.tar.gz
llvm-e9493d330de67e56b2e4837371efda606f4f9e0f.tar.bz2
llvm-e9493d330de67e56b2e4837371efda606f4f9e0f.tar.xz
Include information of svn repository for llvm-gcc4.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28845 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r--docs/CFEBuildInstrs.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index c354213687..c71d68b535 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -101,6 +101,22 @@ invalid code. Instead, use the system assembler and linker.
<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