diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-08 16:25:25 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-08 16:25:25 +0000 |
commit | 129f94e09a2d0ad512a43ee9037daf7b216d5e42 (patch) | |
tree | 9f75aa290cdf5a9f2bd8f2f96f82bf109ee396f9 | |
parent | 1d875b854c19b7d62ffc8b2ebbb68ae0b3c3caaf (diff) | |
download | external_llvm-129f94e09a2d0ad512a43ee9037daf7b216d5e42.zip external_llvm-129f94e09a2d0ad512a43ee9037daf7b216d5e42.tar.gz external_llvm-129f94e09a2d0ad512a43ee9037daf7b216d5e42.tar.bz2 |
* Change version numbers of tarballs from 1.3 to 1.4
* Add llvm-test-1.4.tar.gz as the tarball for the llvm-test module
* Highlight the tarball name a little.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18632 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/GettingStarted.html | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 31b47ad..1851312 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -571,28 +571,27 @@ file is a TAR archive that is compressed with the gzip program. <p> The files are as follows: <dl> - <dt>llvm-1.3.tar.gz - <dd>This is the source code to the LLVM suite. - <p> + <dt><tt>llvm-1.4.tar.gz</tt></dt> + <dd>This is the source code for the LLVM libraries and tools.<br/></dd> - <dt>cfrontend-1.3.source.tar.gz - <dd>This is the source release of the GCC front end. - <p> + <dt><tt>llvm-test-1.4.tar.gz</tt></dt> + <dd>This is the source code for the LLVM test suite</tt></dd> - <dt>cfrontend-1.3.sparc-sun-solaris2.8.tar.gz - <dd>This is the binary release of the GCC front end for Solaris/Sparc. - <p> + <dt><tt>cfrontend-1.4.source.tar.gz</tt></dt> + <dd>This is the source release of the GCC front end.<br/></dd> - <dt>cfrontend-1.3.i686-redhat-linux-gnu.tar.gz - <dd>This is the binary release of the GCC front end for Linux/x86. - <p> + <dt><tt>cfrontend-1.3.sparc-sun-solaris2.8.tar.gz</tt></dt> + <dd>This is the binary release of the GCC front end for Solaris/Sparc. + <br/></dd> - <dt>cfrontend-1.3.i386-unknown-freebsd5.1.tar.gz - <dd>This is the binary release of the GCC front end for FreeBSD/x86. - <p> + <dt><tt>cfrontend-1.3.i686-redhat-linux-gnu.tar.gz</tt></dt> + <dd>This is the binary release of the GCC front end for Linux/x86.<br/></dd> + + <dt><tt>cfrontend-1.3.i386-unknown-freebsd5.1.tar.gz</tt></dt> + <dd>This is the binary release of the GCC front end for FreeBSD/x86.<br/></dd> - <dt>cfrontend-1.3.powerpc-apple-darwin7.0.0.tar.gz - <dd>This is the binary release of the GCC front end for MacOS X/PPC. + <dt><tt>cfrontend-1.3.powerpc-apple-darwin7.0.0.tar.gz</tt></dt> + <dd>This is the binary release of the GCC front end for MacOS X/PPC.<br/></dd> </dl> </div> |