|
125 | 125 | <ol>
|
126 | 126 | <li><tt>cd <i>where-you-want-llvm-to-live</i></tt>
|
127 | 127 | <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> |
129 | 129 | </ol></li>
|
130 | 130 |
|
131 | 131 | <li>With anonymous CVS access (or use a <a href="#mirror">mirror</a>):
|
|
141 | 141 | </ol></li>
|
142 | 142 | </ul></li>
|
143 | 143 |
|
| 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 | + |
144 | 170 | <li>Configure the LLVM Build Environment
|
145 | 171 | <ol>
|
146 | 172 | <li>Change directory to where you want to store the LLVM object
|
|
573 | 599 | <dt><tt>cfrontend-1.4.i386-unknown-freebsd5.1.tar.gz</tt></dt>
|
574 | 600 | <dd>This is the binary release of the GCC front end for FreeBSD/x86.<br/></dd>
|
575 | 601 |
|
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> |
577 | 603 | <dd>This is the binary release of the GCC front end for MacOS X/PPC.<br/></dd>
|
578 | 604 | </dl>
|
579 | 605 |
|
|
0 commit comments