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

Duncan Sands baldrick at free.fr
Thu Jun 24 04:37:03 PDT 2010


Author: baldrick
Date: Thu Jun 24 06:37:03 2010
New Revision: 106733

URL: http://llvm.org/viewvc/llvm-project?rev=106733&view=rev
Log:
Explain that additional patches are needed to get dragonegg working
on darwin.  The basic problem is that neither plugins nor LTO are
supported by gcc-4.5 out of the box on darwin.

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=106733&r1=106732&r2=106733&view=diff
==============================================================================
--- dragonegg/trunk/www/index.html (original)
+++ dragonegg/trunk/www/index.html Thu Jun 24 06:37:03 2010
@@ -49,7 +49,8 @@
   <li>Limited debug info</li>
   <li>Requires one gcc patch</li>
   <li>Only supports x86-32 and x86-64</li>
-  <li>Only supports linux and darwin</li>
+  <li>Only supports linux and darwin (additional gcc patches are needed on
+      darwin, see the <tt>README</tt> file).
   </ul>
 
   <p><a href="http://dragonegg.llvm.org/">DragonEgg</a> is under heavy





More information about the llvm-commits mailing list