diff options
| author | Duncan Sands <baldrick@free.fr> | 2009-03-24 21:16:39 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2009-03-24 21:16:39 +0000 |
| commit | 61837e6dc8f0b5153dc39b66c9e7d57967e06715 (patch) | |
| tree | a5c2e35f1855f91284a073efcb5cd46ead05cfee /llvm/docs/GCCFEBuildInstrs.html | |
| parent | 94406c954f6081a60c4561324d257e1ae829e15e (diff) | |
| download | bcm5719-llvm-61837e6dc8f0b5153dc39b66c9e7d57967e06715.tar.gz bcm5719-llvm-61837e6dc8f0b5153dc39b66c9e7d57967e06715.zip | |
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.
llvm-svn: 67651
Diffstat (limited to 'llvm/docs/GCCFEBuildInstrs.html')
| -rw-r--r-- | llvm/docs/GCCFEBuildInstrs.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/GCCFEBuildInstrs.html b/llvm/docs/GCCFEBuildInstrs.html index e58533e75a9..cc0d584cecb 100644 --- a/llvm/docs/GCCFEBuildInstrs.html +++ b/llvm/docs/GCCFEBuildInstrs.html @@ -100,6 +100,11 @@ top-level <tt>README.LLVM</tt> file, adding ",ada" to EXTRALANGS, for example: 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 |

