[www] r182289 - Dragonegg doesn't just work with gcc-4.5. Rather than specifying the versions

Duncan Sands baldrick at free.fr
Mon May 20 08:13:49 PDT 2013


Author: baldrick
Date: Mon May 20 10:13:48 2013
New Revision: 182289

URL: http://llvm.org/viewvc/llvm-project?rev=182289&view=rev
Log:
Dragonegg doesn't just work with gcc-4.5.  Rather than specifying the versions
it works with here, just be vague about it, leaving details to the dragonegg
web-site.

Modified:
    www/trunk/index.html

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=182289&r1=182288&r2=182289&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Mon May 20 10:13:48 2013
@@ -53,12 +53,12 @@
     tool that automatically finds bugs in your code, and is a great example of the
     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> 
-    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
-    access to C features not supported by Clang (such as OpenMP).</p></li>
+    integrates the LLVM optimizers and code generator with the GCC parsers.
+    This allows LLVM to compile Ada, Fortran, and other languages supported by
+    the GCC compiler frontends, and 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