[llvm-commits] [llvm] r140163 - /llvm/trunk/docs/CommandGuide/index.html

Bill Wendling isanbard at gmail.com
Tue Sep 20 11:24:04 PDT 2011


Author: void
Date: Tue Sep 20 13:24:04 2011
New Revision: 140163

URL: http://llvm.org/viewvc/llvm-project?rev=140163&view=rev
Log:
Remove mention of llvm-gcc and llvm-g++. -Ministry of Truth

Modified:
    llvm/trunk/docs/CommandGuide/index.html

Modified: llvm/trunk/docs/CommandGuide/index.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/index.html?rev=140163&r1=140162&r2=140163&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/index.html (original)
+++ llvm/trunk/docs/CommandGuide/index.html Tue Sep 20 13:24:04 2011
@@ -78,25 +78,6 @@
 
 <!-- *********************************************************************** -->
 <h2>
-  <a name="frontend">C and C++ Front-end Commands</a>
-</h2>
-<!-- *********************************************************************** -->
-
-<div>
-<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>
-
-</ul>
-
-</div>
-
-<!-- *********************************************************************** -->
-<h2>
   <a name="debug">Debugging Tools</a>
 </h2>
 <!-- *********************************************************************** -->





More information about the llvm-commits mailing list