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

Duncan Sands baldrick at free.fr
Wed Mar 30 07:47:22 PDT 2011


Author: baldrick
Date: Wed Mar 30 09:47:21 2011
New Revision: 128542

URL: http://llvm.org/viewvc/llvm-project?rev=128542&view=rev
Log:
Tell the world that we can compile some Java!  (About 85% of the
jar files in the GCC libjava testsuite compile successfully).

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=128542&r1=128541&r2=128542&view=diff
==============================================================================
--- dragonegg/trunk/www/index.html (original)
+++ dragonegg/trunk/www/index.html Wed Mar 30 09:47:21 2011
@@ -46,7 +46,7 @@
   <li>It can compile quite a lot of Ada, and the compiled code mostly seems to
   work</li>
   <li>It can compile a small amount of Obj-C and Obj-C++</li>
-  <li>It fails to compile any Java</li>
+  <li>It can compile simple Java programs</li>
   <li>Limited debug info</li>
   <li>Requires patching gcc</li>
   <li>Only supports x86-32 and x86-64</li>





More information about the llvm-commits mailing list