[llvm-commits] [llvm] r74793 - /llvm/trunk/docs/GCCFEBuildInstrs.html

Duncan Sands baldrick at free.fr
Sun Jul 5 05:01:45 PDT 2009


Author: baldrick
Date: Sun Jul  5 07:01:44 2009
New Revision: 74793

URL: http://llvm.org/viewvc/llvm-project?rev=74793&view=rev
Log:
Clarify that later compiler versions are known to
fail to build the Ada front-end.

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=74793&r1=74792&r2=74793&view=diff

==============================================================================
--- llvm/trunk/docs/GCCFEBuildInstrs.html (original)
+++ llvm/trunk/docs/GCCFEBuildInstrs.html Sun Jul  5 07:01:44 2009
@@ -88,6 +88,7 @@
       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





More information about the llvm-commits mailing list