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

Duncan Sands baldrick at free.fr
Thu Dec 2 05:22:48 PST 2010


Author: baldrick
Date: Thu Dec  2 07:22:48 2010
New Revision: 120704

URL: http://llvm.org/viewvc/llvm-project?rev=120704&view=rev
Log:
Note another nasty bug in dragonegg-2.8, which fortunately
has a fix that can be applied to the 2.8 source.

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=120704&r1=120703&r2=120704&view=diff
==============================================================================
--- dragonegg/trunk/www/index.html (original)
+++ dragonegg/trunk/www/index.html Thu Dec  2 07:22:48 2010
@@ -95,6 +95,11 @@
       <li>Some OpenMP programs fail to work when compiled without optimization.
           This has been fixed in the development version of LLVM.  Compile at
           <tt>-O1</tt> or better to workaround this.</li>
+      <li>Programs that throw an uncaught exception when there are destructors
+          to be run when unwinding would crash rather than terminating cleanly.
+          The fix in
+          <a href="http://llvm.org/viewvc/llvm-project?view=rev&revision=120096">subversion commit 120096</a>
+          can be applied to the dragonegg-2.8 source to resolve the problem.</li>
       </ul>
   <li><p>DragonEgg-2.7 was the first ever DragonEgg release. It works with
       <a href="http://llvm.org/releases/download.html#2.7">LLVM-2.7</a> and





More information about the llvm-commits mailing list