diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d009ae9dd22..e8e49fb7072 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -1126,7 +1126,7 @@ end to compile.

llvm-test

This is not a directory in the normal llvm module, it is a separate CVS - module that must be checked out (usually to test/projects). This + module that must be checked out (usually to projects/llvm-test). This 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 @@ -1141,7 +1141,8 @@ end to compile.

The tools directory contains the executables built out of the libraries above, which form the main part of the user interface. You can always get help for a tool by typing tool_name --help. The -following is a brief introduction to the most important tools:

+following is a brief introduction to the most important tools. More detailed +information is in the Command Guide.

analyze