[llvm-commits] [www] r123402 - /www/trunk/index.html

Chris Lattner sabre at nondot.org
Thu Jan 13 13:36:25 PST 2011


Author: lattner
Date: Thu Jan 13 15:36:25 2011
New Revision: 123402

URL: http://llvm.org/viewvc/llvm-project?rev=123402&view=rev
Log:
move dragonegg before llvm-gcc.

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=123402&r1=123401&r2=123402&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Thu Jan 13 15:36:25 2011
@@ -49,10 +49,11 @@
     sort of tool that can be built using the Clang frontend as a library to
     parse C/C++ code.</p></li>
     
-<li><p><b><a href="docs/CommandGuide/html/llvmgcc.html">llvm-gcc 4.2</a></b> and
-    <b><a href="http://dragonegg.llvm.org">dragonegg</a></b> integrate the LLVM
-    optimizers and code generator with the GCC 4.2 (which is GPL2) and GCC 4.5
-    (which is GPL3) parsers, respectively.  This allows LLVM to compile Ada,
+<li><p><b><a href="http://dragonegg.llvm.org">dragonegg</a></b> and
+    <b><a href="docs/CommandGuide/html/llvmgcc.html">llvm-gcc 4.2</a></b>
+    integrate the LLVM
+    optimizers and code generator with the GCC 4.5 (which is GPL3) and GCC 4.2
+    (which is GPL2) parsers, respectively.  This allows LLVM to compile Ada,
     Fortran, and other languages supported by the GCC compiler frontends, and
     provides high-fidelity drop-in compatibility with their
     respective versions of GCC.</p></li>





More information about the llvm-commits mailing list