|
276 | 276 | <td>Alpha</td>
|
277 | 277 | <td>GCC</td>
|
278 | 278 | </tr>
|
279 |
| -<tr> |
280 |
| - <td>Linux<sup><a href="#pf_7">7</a></sup></td> |
281 |
| - <td>Itanium (IA-64)</td> |
282 |
| - <td>GCC</td> |
283 |
| -</tr> |
284 | 279 | <tr>
|
285 | 280 | <td>HP-UX<sup><a href="#pf_7">7</a></sup></td>
|
286 | 281 | <td>Itanium (IA-64)</td>
|
|
307 | 302 | </div>
|
308 | 303 |
|
309 | 304 | <p>Note that you will need about 1-3 GB of space for a full LLVM build in Debug
|
310 |
| -mode, depending on the system (because of all the debug info), and the libraries |
311 |
| -appear in more than one of the tools that get linked, so there is some |
312 |
| -duplication. If you do not need many of the tools and you are space-conscious, |
| 305 | +mode, depending on the system (it is so large because of all the debugging |
| 306 | +information and the fact that the libraries are statically linked into multiple |
| 307 | +tools). If you do not need many of the tools and you are space-conscious, |
313 | 308 | you can disable them individually in <tt>llvm/tools/Makefile</tt>. The Release
|
314 | 309 | build requires considerably less space.</p>
|
315 | 310 |
|
|
576 | 571 | <dl>
|
577 | 572 | <dt><tt>LLVM_LIB_SEARCH_PATH</tt>=<tt>/path/to/your/bytecode/libs</tt></dt>
|
578 | 573 | <dd>[Optional] This environment variable helps LLVM linking tools find the
|
579 |
| - locations of your bytecode libraries. It is provided only a |
| 574 | + locations of your bytecode libraries. It is provided only as a |
580 | 575 | convenience since you can specify the paths using the -L options of the
|
581 |
| - tools and the C/C++ front-end will use the bytecode files installed in its |
| 576 | + tools and the C/C++ front-end will automatically use the bytecode files |
| 577 | + installed in its |
582 | 578 | <tt>lib</tt> directory.</dd>
|
583 | 579 | </dl>
|
584 | 580 |
|
|
620 | 616 | <dt><tt>cfrontend-x.y.i386-unknown-freebsd5.1.tar.gz</tt></dt>
|
621 | 617 | <dd>Binary release of the GCC front end for FreeBSD/x86.<br/></dd>
|
622 | 618 |
|
623 |
| - <dt><tt>cfrontend-x.y.powerpc-apple-darwin7.6.0.tar.gz</tt></dt> |
| 619 | + <dt><tt>cfrontend-x.y.powerpc-apple-darwin7.8.0.tar.gz</tt></dt> |
624 | 620 | <dd>Binary release of the GCC front end for MacOS X/PPC.<br/></dd>
|
625 | 621 | </dl>
|
626 | 622 |
|
|
0 commit comments