diff options
author | John Criswell <criswell@uiuc.edu> | 2005-05-09 16:39:27 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-05-09 16:39:27 +0000 |
commit | cfdeb5cf72c9e3445f4691c11188f5f5c92672fd (patch) | |
tree | 35351cbcc0acd26dcc4ed479d6b9522663933db3 /llvm/docs/GettingStarted.html | |
parent | 7bd6ddb6f70f1f624e3da51b072d223eaf52bd67 (diff) | |
download | llvm-cfdeb5cf72c9e3445f4691c11188f5f5c92672fd.zip llvm-cfdeb5cf72c9e3445f4691c11188f5f5c92672fd.tar.gz llvm-cfdeb5cf72c9e3445f4691c11188f5f5c92672fd.tar.bz2 |
Little corrections.
llvm-svn: 21816
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r-- | llvm/docs/GettingStarted.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 88d34db..0a19841 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -118,7 +118,7 @@ and performance. </li> <li><tt>cd cfrontend/<i>platform</i><br> ./fixheaders</tt></li> - <li>Add the cfrontend's "bin" directory to your PATH variable</li> + <li>Add the cfrontend's "bin" directory to your PATH variable.</li> </ol></li> <li>Get the LLVM Source Code @@ -156,7 +156,7 @@ and performance. <tt>/usr/local</tt>).</p></li> <li><tt>--with-llvmgccdir=<i>directory</i></tt> <p>Optionally, specify for <i>directory</i> the full pathname of the - C/C++ FrontEnd installation to use with this LLVM configuration. If + C/C++ front end installation to use with this LLVM configuration. If not specified, the PATH will be searched.</p></li> <li><tt>--enable-spec2000=<i>directory</i></tt> <p>Enable the SPEC2000 benchmarks for testing. The SPEC2000 @@ -1194,8 +1194,8 @@ end to compile.</p> 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 + interested in downloading or building such a comprehensive test suite. For + further details on this test suite, please see the <a href="TestingGuide.html">Testing Guide</a> document.</p> </div> |