Skip to content

Commit 303b238

Browse files
author
John Criswell
committed
Updated code and source sizes.
Fixed some minor typos. llvm-svn: 12513
1 parent c1d8934 commit 303b238

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

llvm/docs/GettingStarted.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -182,31 +182,31 @@
182182

183183
<li>Linux on x86 (Pentium and above)
184184
<ul>
185-
<li>Approximately 918 MB of Free Disk Space
185+
<li>Approximately 1.02 GB of Free Disk Space
186186
<ul>
187-
<li>Source code: 28 MB</li>
188-
<li>Object code: 850 MB</li>
187+
<li>Source code: 45 MB</li>
188+
<li>Object code: 956 MB</li>
189189
<li>GCC front end: 40 MB</li>
190190
</ul></li>
191191
</ul>
192192
</li>
193193

194194
<li>Solaris on SparcV9 (Ultrasparc)
195195
<ul>
196-
<li>Approximately 1.52 GB of Free Disk Space
196+
<li>Approximately 1.75 GB of Free Disk Space
197197
<ul>
198-
<li>Source code: 28 MB</li>
199-
<li>Object code: 1470 MB</li>
198+
<li>Source code: 45 MB</li>
199+
<li>Object code: 1705 MB</li>
200200
<li>GCC front end: 50 MB</li>
201201
</ul></li>
202202
</ul>
203203
</li>
204204

205205
<li>FreeBSD on x86 (Pentium and above)
206206
<ul>
207-
<li>Approximately 918 MB of Free Disk Space
207+
<li>Approximately 935 MB of Free Disk Space
208208
<ul>
209-
<li>Source code: 28 MB</li>
209+
<li>Source code: 45 MB</li>
210210
<li>Object code: 850 MB</li>
211211
<li>GCC front end: 40 MB</li>
212212
</ul></li>
@@ -216,9 +216,9 @@
216216
<li>MacOS X on PowerPC
217217
<ul>
218218
<li>No native code generation
219-
<li>Approximately 1.20 GB of Free Disk Space
219+
<li>Approximately 1.25 GB of Free Disk Space
220220
<ul>
221-
<li>Source code: 28 MB</li>
221+
<li>Source code: 45 MB</li>
222222
<li>Object code: 1160 MB</li>
223223
<li>GCC front end: 40 MB</li>
224224
</ul></li>
@@ -871,7 +871,7 @@
871871

872872
<dt><tt>llvm/lib/Target/</tt><dd> This directory contains files that
873873
describe various target architectures for code generation. For example,
874-
the llvm/lib/Target/Sparc directory holds the Sparc machine
874+
the llvm/lib/Target/SparcV9 directory holds the Sparc machine
875875
description.<br>
876876

877877
<dt><tt>llvm/lib/CodeGen/</tt><dd> This directory contains the major parts

0 commit comments

Comments
 (0)