[llvm-commits] CVS: llvm/docs/GettingStarted.html
Misha Brukman
brukman at cs.uiuc.edu
Mon Nov 15 15:21:03 PST 2004
Changes in directory llvm/docs:
GettingStarted.html updated: 1.75 -> 1.76
---
Log message:
* Change test/projects => projects/llvm-test
* Add link to complete Command Guide in the "brief intro to major tools" section
---
Diffs of the changes: (+4 -3)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.75 llvm/docs/GettingStarted.html:1.76
--- llvm/docs/GettingStarted.html:1.75 Mon Nov 15 15:15:12 2004
+++ llvm/docs/GettingStarted.html Mon Nov 15 17:20:51 2004
@@ -1126,7 +1126,7 @@
<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 @@
<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>
@@ -1429,7 +1430,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/11/15 21:15:12 $
+ Last modified: $Date: 2004/11/15 23:20:51 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list