diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-15 23:20:51 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-15 23:20:51 +0000 |
commit | e12215f79367018855adfd3d6a25f656cff299db (patch) | |
tree | f682ae786ca0bff92e87ec6e63b13eb184b46960 /docs/GettingStarted.html | |
parent | 1840f3ce7ff4688452e57d2924eb8c00157f02b4 (diff) |
* Change test/projects => projects/llvm-test
* Add link to complete Command Guide in the "brief intro to major tools" section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17866 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index d009ae9dd2..e8e49fb707 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -1126,7 +1126,7 @@ end to compile.</p> <div class="doc_subsection"><a name="llvmtest"><tt>llvm-test</tt></a></div> <div class="doc_text"> <p>This is not a directory in the normal llvm module, it is a separate CVS - module that must be checked out (usually to <tt>test/projects</tt>). This + module that must be checked out (usually to <tt>projects/llvm-test</tt>). 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.</p> <p>The <b>tools</b> 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 <tt>tool_name --help</tt>. The -following is a brief introduction to the most important tools:</p> +following is a brief introduction to the most important tools. More detailed +information is in the <a href="CommandGuide/index.html">Command Guide</a>.</p> <dl> <dt><tt><b>analyze</b></tt></dt> |