Add documentation for llvm-cov.
[oota-llvm.git] / docs / CommandGuide / index.html
index 98e97ee000f313f972e05b085bf1cbba885921ca..145569c96c6d5b294c213621093966e07abe948e 100644 (file)
@@ -11,7 +11,7 @@
   LLVM Command Guide
 </h1>
 
-<div class="doc_text">
+<div>
 
 <p>These documents are HTML versions of the <a href="man/man1/">man pages</a>
 for all of the LLVM tools.  These pages describe how to use the LLVM commands
@@ -28,7 +28,7 @@ options) arguments to the tool you are interested in.</p>
 </h2>
 <!-- *********************************************************************** -->
 
-<div class="doc_text">
+<div>
 
 <ul>
 
@@ -69,30 +69,11 @@ options) arguments to the tool you are interested in.</p>
 <li><a href="/cmds/llvm-config.html"><b>llvm-config</b></a> -
     print out LLVM compilation options, libraries, etc. as configured</li>
 
-<li><a href="/cmds/llvmc.html"><b>llvmc</b></a> -
-    a generic customizable compiler driver</li>
-
 <li><a href="/cmds/llvm-diff.html"><b>llvm-diff</b></a> -
     structurally compare two modules</li>
 
-</ul>
-
-</div>
-
-<!-- *********************************************************************** -->
-<h2>
-  <a name="frontend">C and C++ Front-end Commands</a>
-</h2>
-<!-- *********************************************************************** -->
-
-<div class="doc_text">
-<ul>
-
-<li><a href="/cmds/llvmgcc.html"><b>llvm-gcc</b></a> -
-    GCC-based C front-end for LLVM
-
-<li><a href="/cmds/llvmgxx.html"><b>llvm-g++</b></a> -
-    GCC-based C++ front-end for LLVM</li>
+<li><a href="/cmds/llvm-cov.html"><b>llvm-cov</b></a> -
+    emit coverage information</li>
 
 </ul>
 
@@ -105,7 +86,7 @@ options) arguments to the tool you are interested in.</p>
 <!-- *********************************************************************** -->
 
 
-<div class="doc_text">
+<div>
 
 <ul>
 
@@ -128,7 +109,7 @@ options) arguments to the tool you are interested in.</p>
 </h2>
 <!-- *********************************************************************** -->
 
-<div class="doc_text">
+<div>
 <ul>
 
 <li><a href="/cmds/FileCheck.html"><b>FileCheck</b></a> -