[llvm-commits] [llvm] r67651 - /llvm/trunk/docs/GCCFEBuildInstrs.html
Duncan Sands
baldrick at free.fr
Tue Mar 24 14:16:40 PDT 2009
Author: baldrick
Date: Tue Mar 24 16:16:39 2009
New Revision: 67651
URL: http://llvm.org/viewvc/llvm-project?rev=67651&view=rev
Log:
Mention explicitly that the Ada front-end will not bootstrap.
The configure line had --disable-bootstrap, but it was not
clear that this is essential.
Modified:
llvm/trunk/docs/GCCFEBuildInstrs.html
Modified: llvm/trunk/docs/GCCFEBuildInstrs.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GCCFEBuildInstrs.html?rev=67651&r1=67650&r2=67651&view=diff
==============================================================================
--- llvm/trunk/docs/GCCFEBuildInstrs.html (original)
+++ llvm/trunk/docs/GCCFEBuildInstrs.html Tue Mar 24 16:16:39 2009
@@ -100,6 +100,11 @@
compiler with checking enabled. This causes it to run much slower, but
helps catch mistakes in the compiler (please report any problems using
<a href="http://llvm.org/bugs">LLVM bugzilla</a>).</p></li>
+ <li><p>The Ada front-end <a href="http://llvm.org/PR2007">fails to
+ bootstrap</a>, due to lack of LLVM support for
+ <tt>setjmp</tt>/<tt>longjmp</tt> style exception handling (used
+ internally by the compiler), so you must specify
+ <tt>--disable-bootstrap</tt>.</p></li>
</ol>
<p>Supposing appropriate compilers are available, llvm-gcc with Ada support can
More information about the llvm-commits
mailing list