From 1b2365bd574a83faa8eb5d357198cde461111b09 Mon Sep 17 00:00:00 2001
From: Duncan Sands
Date: Tue, 24 Mar 2009 21:16:39 +0000
Subject: 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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67651 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GCCFEBuildInstrs.html | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'docs/GCCFEBuildInstrs.html')
diff --git a/docs/GCCFEBuildInstrs.html b/docs/GCCFEBuildInstrs.html
index e58533e..cc0d584 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
--
cgit v1.1