Skip to content

Commit 160bf47

Browse files
author
John Criswell
committed
Added the extraction of the test suite in the Getting Started Quickly
section. llvm-svn: 18699
1 parent b49aeb2 commit 160bf47

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

llvm/docs/GettingStarted.html

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<ol>
126126
<li><tt>cd <i>where-you-want-llvm-to-live</i></tt>
127127
<li><tt>gunzip --stdout llvm-<i>version</i>.tar.gz | tar -xvf -</tt>
128-
<li><tt>cd llvm</tt>
128+
<li><tt>cd llvm</tt></li>
129129
</ol></li>
130130

131131
<li>With anonymous CVS access (or use a <a href="#mirror">mirror</a>):
@@ -141,6 +141,32 @@
141141
</ol></li>
142142
</ul></li>
143143

144+
<li>Get the Test Suite Source Code (<em>optional</em>)
145+
<ul>
146+
<li>With the distributed files:
147+
<ol>
148+
<li><tt>cd <i>where-you-want-llvm-to-live</i></tt>
149+
<li><tt>cd llvm/projects</tt>
150+
<li><tt>gunzip --stdout llvm-test-<i>version</i>.tar.gz | tar -xvf -</tt>
151+
<li><tt>cd ..</tt></li>
152+
</ol></li>
153+
154+
<li>With anonymous CVS access (or use a <a href="#mirror">mirror</a>):
155+
<ol>
156+
<li><tt>cd <i>where-you-want-llvm-to-live</i></tt></li>
157+
<li><tt>cd llvm/projects</tt>
158+
<li><tt>cvs -d
159+
:pserver:[email protected]:/var/cvs/llvm login</tt></li>
160+
<li>Hit the return key when prompted for the password.
161+
<li><tt>cvs -z3 -d :pserver:[email protected]:/var/cvs/llvm
162+
co llvm-test</tt></li>
163+
<li><tt>cd llvm-test</tt></li>
164+
<li><tt>cvs up -P -d</tt></li>
165+
<li><tt>cd ..</tt></li>
166+
</ol></li>
167+
</ul></li>
168+
169+
144170
<li>Configure the LLVM Build Environment
145171
<ol>
146172
<li>Change directory to where you want to store the LLVM object
@@ -573,7 +599,7 @@
573599
<dt><tt>cfrontend-1.4.i386-unknown-freebsd5.1.tar.gz</tt></dt>
574600
<dd>This is the binary release of the GCC front end for FreeBSD/x86.<br/></dd>
575601

576-
<dt><tt>cfrontend-1.4.powerpc-apple-darwin7.0.0.tar.gz</tt></dt>
602+
<dt><tt>cfrontend-1.4.powerpc-apple-darwin7.6.0.tar.gz</tt></dt>
577603
<dd>This is the binary release of the GCC front end for MacOS X/PPC.<br/></dd>
578604
</dl>
579605

0 commit comments

Comments
 (0)