[llvm-commits] [llvm] r47031 - /llvm/trunk/docs/CFEBuildInstrs.html

Duncan Sands baldrick at free.fr
Tue Feb 12 13:40:21 PST 2008


Author: baldrick
Date: Tue Feb 12 15:40:21 2008
New Revision: 47031

URL: http://llvm.org/viewvc/llvm-project?rev=47031&view=rev
Log:
Note that these instructions are for x86-32 linux
(the only platform on which the Ada compiler even
builds).

Modified:
    llvm/trunk/docs/CFEBuildInstrs.html

Modified: llvm/trunk/docs/CFEBuildInstrs.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CFEBuildInstrs.html?rev=47031&r1=47030&r2=47031&view=diff

==============================================================================
--- llvm/trunk/docs/CFEBuildInstrs.html (original)
+++ llvm/trunk/docs/CFEBuildInstrs.html Tue Feb 12 15:40:21 2008
@@ -103,7 +103,7 @@
 </ol>
 
 <p>Supposing appropriate compilers are available, llvm-gcc with Ada support can
-   be built using the following recipe:</p>
+   be built on an x86-32 linux box using the following recipe:</p>
 
 <ol>
   <li><p>Download the <a href="http://llvm.org/releases/download.html">LLVM source</a>





More information about the llvm-commits mailing list