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

Chris Lattner sabre at nondot.org
Sat Nov 5 22:27:38 PDT 2011


Author: lattner
Date: Sun Nov  6 00:27:38 2011
New Revision: 143859

URL: http://llvm.org/viewvc/llvm-project?rev=143859&view=rev
Log:
llvm-gcc?  what llvm-gcc.  Mention that dragonegg is useful if you want OpenMP.

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=143859&r1=143858&r2=143859&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Sun Nov  6 00:27:38 2011
@@ -53,14 +53,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="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,
+<li><p><b><a href="http://dragonegg.llvm.org">dragonegg</a></b> 
+    integrates the LLVM optimizers and code generator with the GCC 4.5
+    parsers.  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>
+    access to C features not supported by Clang (such as OpenMP).</p></li>
 
 <li><p>The <b><a href="http://lldb.llvm.org">LLDB</a></b> project builds on
     libraries provided by LLVM and Clang to provide a great native debugger.





More information about the llvm-commits mailing list