Fix HTML 4.01 Strict errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29435 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-08-01 16:23:54 +00:00
parent 13ec702c43
commit 704e81f6e8

View File

@ -154,7 +154,7 @@
<!-- ======================================================================= --> <!-- ======================================================================= -->
<div class="doc_section"><a name="dependencies"></a>Using llvm-config</div> <div class="doc_section"><a name="dependencies"></a>Using llvm-config</div>
<div class="doc_text"> <div class="doc_text">
<p>The <p>llvm-config</p> tool is a perl script that produces on its output <p>The <tt>llvm-config</tt> tool is a perl script that produces on its output
various kinds of information. For example, the source or object directories various kinds of information. For example, the source or object directories
used to build LLVM can be accessed by passing options to <tt>llvm-config</tt>. used to build LLVM can be accessed by passing options to <tt>llvm-config</tt>.
For complete details on this tool, please see the For complete details on this tool, please see the
@ -167,15 +167,15 @@
<li><tt>--ldflags</tt>. This generates the command line options necessary to <li><tt>--ldflags</tt>. This generates the command line options necessary to
be passed to the <tt>ld</tt> tool in order to link with LLVM. Most notably, be passed to the <tt>ld</tt> tool in order to link with LLVM. Most notably,
the <tt>-L</tt> option is provided to specify a library search directory the <tt>-L</tt> option is provided to specify a library search directory
that contains the LLVM libraries. that contains the LLVM libraries.</li>
<li><tt>--libs</tt>. This generates command line options suitable for <li><tt>--libs</tt>. This generates command line options suitable for
use with a gcc-style linker. That is, libraries are given with a -l option use with a gcc-style linker. That is, libraries are given with a -l option
and object files are given with a full path.</li> and object files are given with a full path.</li>
<li><tt>--libnames</tt>. This generates a list of just the library file <li><tt>--libnames</tt>. This generates a list of just the library file
names. If you know the directory in which these files reside (see --ldflags) names. If you know the directory in which these files reside (see --ldflags)
then you can find the libraries there.</li> then you can find the libraries there.</li>
<li><tt>--libfiles</tt></li>. This generates the full path names of the <li><tt>--libfiles</tt>. This generates the full path names of the
LLVM library files. LLVM library files.</li>
</ol> </ol>
<p>If you wish to delve further into how <tt>llvm-config</tt> generates the <p>If you wish to delve further into how <tt>llvm-config</tt> generates the
correct order (based on library dependencies), please see the tool named correct order (based on library dependencies), please see the tool named
@ -277,8 +277,7 @@
<li>libLLVMSystem.a</li> <li>libLLVMSystem.a</li>
<li>libLLVMbzip2.a</li> <li>libLLVMbzip2.a</li>
</ul></dd> </ul></dd>
<dt><b>libLLVMSystem.a</b</dt><dd><ul> <dt><b>libLLVMSystem.a</b</dt><dd></dd>
</ul></dd>
<dt><b>libLLVMTarget.a</b</dt><dd><ul> <dt><b>libLLVMTarget.a</b</dt><dd><ul>
<li>libLLVMCodeGen.a</li> <li>libLLVMCodeGen.a</li>
<li>libLLVMCore.a</li> <li>libLLVMCore.a</li>
@ -300,8 +299,7 @@
<li>libLLVMTarget.a</li> <li>libLLVMTarget.a</li>
<li>libLLVMTransformUtils.a</li> <li>libLLVMTransformUtils.a</li>
</ul></dd> </ul></dd>
<dt><b>libLLVMbzip2.a</b</dt><dd><ul> <dt><b>libLLVMbzip2.a</b</dt><dd></dd>
</ul></dd>
<dt><b>libLLVMipa.a</b</dt><dd><ul> <dt><b>libLLVMipa.a</b</dt><dd><ul>
<li>libLLVMAnalysis.a</li> <li>libLLVMAnalysis.a</li>
<li>libLLVMCore.a</li> <li>libLLVMCore.a</li>