diff options
author | Duncan Sands <baldrick@free.fr> | 2009-07-05 12:01:44 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-07-05 12:01:44 +0000 |
commit | 226f54b262b59449fb33ac10ecfd76614a59271e (patch) | |
tree | 9fe38f488a099a168eb7bdacd654cd26efd799d5 /docs | |
parent | d1ec98923e2eee1fb4e6cd1f91b80210f021e301 (diff) | |
download | external_llvm-226f54b262b59449fb33ac10ecfd76614a59271e.zip external_llvm-226f54b262b59449fb33ac10ecfd76614a59271e.tar.gz external_llvm-226f54b262b59449fb33ac10ecfd76614a59271e.tar.bz2 |
Clarify that later compiler versions are known to
fail to build the Ada front-end.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74793 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GCCFEBuildInstrs.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/GCCFEBuildInstrs.html b/docs/GCCFEBuildInstrs.html index 262c167..b675ee7 100644 --- a/docs/GCCFEBuildInstrs.html +++ b/docs/GCCFEBuildInstrs.html @@ -88,6 +88,7 @@ top-level <tt>README.LLVM</tt> file, adding ",ada" to EXTRALANGS, for example: are <a href="http://gcc.gnu.org/releases.html">gcc-4.2</a> and the 2005, 2006 and 2007 versions of the <a href="http://libre.adacore.com/">GNAT GPL Edition</a>. + <b>GNAT GPL 2008, gcc-4.3 and later will not work</b>. The LLVM parts of llvm-gcc are written in C++ so a C++ compiler is needed to build them. The rest of gcc is written in C. Some linux distributions provide a version of gcc that supports all |