diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index bd9624b5512..facc076abd6 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -89,6 +89,12 @@ end is a modified version of GCC 3.4 (we track the GCC 3.4 development). Once compiled into LLVM bytecode, a program can be manipulated with the LLVM tools from the LLVM suite.
++There is a third, optional piece called llvm-test. It is a suite of programs +with a testing harness that can be used to further test LLVM's functionality +and performance. +
+ @@ -526,7 +532,7 @@ You can set these on the command line, or better yet, set them in yourPlease note that you must follow these -instructions to successfully build the LLVM C front-end.
+instructions to successfully build the LLVM GCC front-end. @@ -725,7 +731,7 @@ script to configure the build system: Path to the location where the LLVM GCC front end binaries and associated libraries were installed. This must be specified as an absolute pathname. -+
+
+
gmake
If the build fails, please check here to see if you -are using a known broken version of GCC to compile LLVM with.
+are using a version of GCC that is known not to compile LLVM.If you have multiple processors in your machine, you may wish to use some of @@ -852,7 +859,8 @@ source code:
@@ -891,7 +899,7 @@ declaring variables on the command line. The following are some examples:
This is not a directory in the normal llvm module, it is a separate CVS +
This is not a directory in the normal llvm module; it is a separate CVS module that must be checked out (usually to projects/llvm-test). This - module contains a comprehensive correctness, performance and benchmarking test + module contains a comprehensive correctness, performance, and benchmarking + test suite for LLVM. It is a separate CVS module because not every LLVM user is interested in downloading or building such a comprehensive test. For further details on this test suite, please see the @@ -1342,7 +1351,7 @@ are code generators for parts of LLVM infrastructure.
This directory contains build scripts and project files for use with Visual C++. This allows developers on Windows to build LLVM without the need - for cygwin. The contents of this directory should be considered experimental + for Cygwin. The contents of this directory should be considered experimental at this time.