Little corrections.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21816 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell
2005-05-09 16:39:27 +00:00
parent e0c1317f8a
commit 838bce56d2

View File

@ -118,7 +118,7 @@ and performance.
</li> </li>
<li><tt>cd cfrontend/<i>platform</i><br> <li><tt>cd cfrontend/<i>platform</i><br>
./fixheaders</tt></li> ./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> </ol></li>
<li>Get the LLVM Source Code <li>Get the LLVM Source Code
@ -156,7 +156,7 @@ and performance.
<tt>/usr/local</tt>).</p></li> <tt>/usr/local</tt>).</p></li>
<li><tt>--with-llvmgccdir=<i>directory</i></tt> <li><tt>--with-llvmgccdir=<i>directory</i></tt>
<p>Optionally, specify for <i>directory</i> the full pathname of the <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> not specified, the PATH will be searched.</p></li>
<li><tt>--enable-spec2000=<i>directory</i></tt> <li><tt>--enable-spec2000=<i>directory</i></tt>
<p>Enable the SPEC2000 benchmarks for testing. The SPEC2000 <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 module contains a comprehensive correctness, performance, and benchmarking
test test
suite for LLVM. It is a separate CVS module because not every LLVM user is 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 interested in downloading or building such a comprehensive test suite. For
details on this test suite, please see the further details on this test suite, please see the
<a href="TestingGuide.html">Testing Guide</a> document.</p> <a href="TestingGuide.html">Testing Guide</a> document.</p>
</div> </div>