diff options
author | John Criswell <criswell@uiuc.edu> | 2004-03-29 20:23:11 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-03-29 20:23:11 +0000 |
commit | d179961d400f13d7c39b658d0682dc0a758c8f77 (patch) | |
tree | 595283c16d7efa91b13923cbe929b018336de060 /docs/GettingStarted.html | |
parent | 8130a3832153a608695b9bb7d29ee9e28baa0942 (diff) | |
download | external_llvm-d179961d400f13d7c39b658d0682dc0a758c8f77.zip external_llvm-d179961d400f13d7c39b658d0682dc0a758c8f77.tar.gz external_llvm-d179961d400f13d7c39b658d0682dc0a758c8f77.tar.bz2 |
Merged in RELEASE_12.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12532 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 6490c0c..04cd682 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -183,10 +183,10 @@ software you will need.</p> <li>Linux on x86 (Pentium and above) <ul> - <li>Approximately 918 MB of Free Disk Space + <li>Approximately 1.02 GB of Free Disk Space <ul> - <li>Source code: 28 MB</li> - <li>Object code: 850 MB</li> + <li>Source code: 45 MB</li> + <li>Object code: 956 MB</li> <li>GCC front end: 40 MB</li> </ul></li> </ul> @@ -194,10 +194,10 @@ software you will need.</p> <li>Solaris on SparcV9 (Ultrasparc) <ul> - <li>Approximately 1.52 GB of Free Disk Space + <li>Approximately 1.75 GB of Free Disk Space <ul> - <li>Source code: 28 MB</li> - <li>Object code: 1470 MB</li> + <li>Source code: 45 MB</li> + <li>Object code: 1705 MB</li> <li>GCC front end: 50 MB</li> </ul></li> </ul> @@ -205,9 +205,9 @@ software you will need.</p> <li>FreeBSD on x86 (Pentium and above) <ul> - <li>Approximately 918 MB of Free Disk Space + <li>Approximately 935 MB of Free Disk Space <ul> - <li>Source code: 28 MB</li> + <li>Source code: 45 MB</li> <li>Object code: 850 MB</li> <li>GCC front end: 40 MB</li> </ul></li> @@ -217,9 +217,9 @@ software you will need.</p> <li>MacOS X on PowerPC <ul> <li>No native code generation - <li>Approximately 1.20 GB of Free Disk Space + <li>Approximately 1.25 GB of Free Disk Space <ul> - <li>Source code: 28 MB</li> + <li>Source code: 45 MB</li> <li>Object code: 1160 MB</li> <li>GCC front end: 40 MB</li> </ul></li> @@ -275,10 +275,23 @@ LLVM:</p> automake from 1.4p5 on should work; we only use aclocal from that package.</p></li> - <li><A href="http://www.codesourcery.com/qm/qmtest">QMTest</A></li> + <li><A href="http://www.codesourcery.com/qm/qmtest">QMTest 2.0.3</A></li> <li><A href="http://www.python.org">Python</A> - <p>These are needed to use the LLVM test suite.</p></li> + <p> + These are needed to use the LLVM test suite. Please note that newer + versions of QMTest may not work with the LLVM test suite. QMTest 2.0.3 + can be retrieved from the QMTest CVS repository using the following + commands: + <ul> + <li><tt>cvs -d :pserver:anoncvs@cvs.codesourcery.com:/home/qm/Repository login</tt> + </li> + <li>When prompted, use <tt>anoncvs</tt> as the password. + </li> + <li><tt>cvs -d :pserver:anoncvs@cvs.codesourcery.com:/home/qm/Repository co -r release-2-0-3 qm</tt> + </li> + </ul> + </p></li> </ul> @@ -888,7 +901,7 @@ different <a href="#tools">tools</a>.</p> <dt><tt>llvm/lib/Target/</tt><dd> This directory contains files that describe various target architectures for code generation. For example, - the llvm/lib/Target/Sparc directory holds the Sparc machine + the llvm/lib/Target/SparcV9 directory holds the Sparc machine description.<br> <dt><tt>llvm/lib/CodeGen/</tt><dd> This directory contains the major parts |