diff --git a/docs/GCCFEBuildInstrs.html b/docs/GCCFEBuildInstrs.html index e58533e75a9..cc0d584cecb 100644 --- a/docs/GCCFEBuildInstrs.html +++ b/docs/GCCFEBuildInstrs.html @@ -100,6 +100,11 @@ top-level README.LLVM 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 LLVM bugzilla).

+
  • The Ada front-end fails to + bootstrap, due to lack of LLVM support for + setjmp/longjmp style exception handling (used + internally by the compiler), so you must specify + --disable-bootstrap.

  • Supposing appropriate compilers are available, llvm-gcc with Ada support can