[llvm-commits] [dragonegg] r95891 - /dragonegg/trunk/www/index.html

Duncan Sands baldrick at free.fr
Thu Feb 11 10:46:54 PST 2010


Author: baldrick
Date: Thu Feb 11 12:46:53 2010
New Revision: 95891

URL: http://llvm.org/viewvc/llvm-project?rev=95891&view=rev
Log:
Dragonegg can do debug and release builds of LLVM (and both work).
However it clang and boost are too much for it for the moment.

Modified:
    dragonegg/trunk/www/index.html

Modified: dragonegg/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/www/index.html?rev=95891&r1=95890&r2=95891&view=diff

==============================================================================
--- dragonegg/trunk/www/index.html (original)
+++ dragonegg/trunk/www/index.html Thu Feb 11 12:46:53 2010
@@ -36,11 +36,12 @@
   <!--=====================================================================-->
 
   <ul>
-  <li>C works quite well, for example you can build a working gcc using it</li>
+  <li>C works well, for example you can build a working gcc using it</li>
+  <li>C++ works fairly well, for example you can build a working LLVM using it.
+  On the other hand, <a href="http://dragonegg.llvm.org/">DragonEgg</a> crashes
+  while building clang and boost</li>
   <li>A lot of Fortran compiles, but the compiled code has not been tested for
   correctness</li>
-  <li>It can compile quite a lot of C++, but the compiled code does not always
-  work right</li>
   <li>It can compile quite a lot of Ada, but the compiled code may not work
   right</li>
   <li>It can compile a small amount of Obj-C and Obj-C++</li>





More information about the llvm-commits mailing list