[llvm-commits] CVS: llvm/www/docs/CommandGuide/index.html

John Criswell criswell at cs.uiuc.edu
Fri Oct 3 08:49:02 PDT 2003


Changes in directory llvm/www/docs/CommandGuide:

index.html updated: 1.3 -> 1.4

---
Log message:

Added links to the C and C++ frontends.



---
Diffs of the changes:

Index: llvm/www/docs/CommandGuide/index.html
diff -u llvm/www/docs/CommandGuide/index.html:1.3 llvm/www/docs/CommandGuide/index.html:1.4
--- llvm/www/docs/CommandGuide/index.html:1.3	Wed Sep 17 09:11:24 2003
+++ llvm/www/docs/CommandGuide/index.html	Fri Oct  3 08:48:27 2003
@@ -79,6 +79,16 @@
 	<!--===============================================================-->
 
 	<dl compact>
+		<dt><A href="llvmgcc.html"><b>llvmgcc</b></A>
+		<dd>
+		GCC-based C front end for LLVM.
+		<p>
+
+		<dt><A href="llvmgxx.html"><b>llvmg++</b></A>
+		<dd>
+		GCC-based C++ front end for LLVM.
+		<p>
+
 		<dt><A href="gccas.html"><b>gccas</b></A>
 		<dd>
 		LLVM assembler used by GCC and other native compiler tools.





More information about the llvm-commits mailing list