From 129f94e09a2d0ad512a43ee9037daf7b216d5e42 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 8 Dec 2004 16:25:25 +0000 Subject: [PATCH] * 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 --- docs/GettingStarted.html | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 31b47ad9401..185131288a0 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.

The files are as follows:

-
llvm-1.3.tar.gz -
This is the source code to the LLVM suite. -

+

llvm-1.4.tar.gz
+
This is the source code for the LLVM libraries and tools.
-
cfrontend-1.3.source.tar.gz -
This is the source release of the GCC front end. -

+

llvm-test-1.4.tar.gz
+
This is the source code for the LLVM test suite
-
cfrontend-1.3.sparc-sun-solaris2.8.tar.gz -
This is the binary release of the GCC front end for Solaris/Sparc. -

+

cfrontend-1.4.source.tar.gz
+
This is the source release of the GCC front end.
-
cfrontend-1.3.i686-redhat-linux-gnu.tar.gz -
This is the binary release of the GCC front end for Linux/x86. -

+

cfrontend-1.3.sparc-sun-solaris2.8.tar.gz
+
This is the binary release of the GCC front end for Solaris/Sparc. +
-
cfrontend-1.3.i386-unknown-freebsd5.1.tar.gz -
This is the binary release of the GCC front end for FreeBSD/x86. -

+

cfrontend-1.3.i686-redhat-linux-gnu.tar.gz
+
This is the binary release of the GCC front end for Linux/x86.
-
cfrontend-1.3.powerpc-apple-darwin7.0.0.tar.gz -
This is the binary release of the GCC front end for MacOS X/PPC. +
cfrontend-1.3.i386-unknown-freebsd5.1.tar.gz
+
This is the binary release of the GCC front end for FreeBSD/x86.
+ +
cfrontend-1.3.powerpc-apple-darwin7.0.0.tar.gz
+
This is the binary release of the GCC front end for MacOS X/PPC.