Skip to content

Commit 033f60f

Browse files
author
John Criswell
committed
Removed Linux/Itanium as we don't really know if it works.
Made other minor corrections. llvm-svn: 22102
1 parent 25b91e4 commit 033f60f

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

llvm/docs/GettingStarted.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -276,11 +276,6 @@
276276
<td>Alpha</td>
277277
<td>GCC</td>
278278
</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>
284279
<tr>
285280
<td>HP-UX<sup><a href="#pf_7">7</a></sup></td>
286281
<td>Itanium (IA-64)</td>
@@ -307,9 +302,9 @@
307302
</div>
308303

309304
<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,
313308
you can disable them individually in <tt>llvm/tools/Makefile</tt>. The Release
314309
build requires considerably less space.</p>
315310

@@ -576,9 +571,10 @@
576571
<dl>
577572
<dt><tt>LLVM_LIB_SEARCH_PATH</tt>=<tt>/path/to/your/bytecode/libs</tt></dt>
578573
<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
580575
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
582578
<tt>lib</tt> directory.</dd>
583579
</dl>
584580

@@ -620,7 +616,7 @@
620616
<dt><tt>cfrontend-x.y.i386-unknown-freebsd5.1.tar.gz</tt></dt>
621617
<dd>Binary release of the GCC front end for FreeBSD/x86.<br/></dd>
622618

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>
624620
<dd>Binary release of the GCC front end for MacOS X/PPC.<br/></dd>
625621
</dl>
626622

0 commit comments

Comments
 (0)