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

Duncan Sands baldrick at free.fr
Sun Feb 7 05:09:24 PST 2010


Author: baldrick
Date: Sun Feb  7 07:09:23 2010
New Revision: 95518

URL: http://llvm.org/viewvc/llvm-project?rev=95518&view=rev
Log:
Update the current status now that I've done some java, objc and
objc++ testing.

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=95518&r1=95517&r2=95518&view=diff

==============================================================================
--- dragonegg/trunk/www/index.html (original)
+++ dragonegg/trunk/www/index.html Sun Feb  7 07:09:23 2010
@@ -39,11 +39,12 @@
   <li>C works quite well, for example you can build a working gcc using it</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 may not work
-  right</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>Java, Obj-C and Obj-C++ are untested</li>
+  <li>It can compile a small amount of Obj-C and Obj-C++</li>
+  <li>It fails to compile any Java</li>
   <li>Exception handling does not work</li>
   <li>Limited debug info</li>
   <li>Requires one gcc patch</li>





More information about the llvm-commits mailing list