[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html

John Criswell criswell at cs.uiuc.edu
Mon Oct 24 09:37:47 PDT 2005



Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.53 -> 1.54
---
Log message:

Attempt to make terminology more consistent.


---
Diffs of the changes:  (+4 -3)

 CFEBuildInstrs.html |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.53 llvm/docs/CFEBuildInstrs.html:1.54
--- llvm/docs/CFEBuildInstrs.html:1.53	Tue Sep 20 22:56:26 2005
+++ llvm/docs/CFEBuildInstrs.html	Mon Oct 24 11:37:24 2005
@@ -68,9 +68,10 @@
 and Settings" directory).  We welcome patches to fix this issue.
 </p>
 <p>It has been found that the GCC 3.3.3 compiler provided with recent Cygwin
-versions is incapable of compiling the LLVM CFE correctly. If your Cygwin
+versions is incapable of compiling the LLVM GCC front-end correctly. If your
+Cygwin
 installation includes GCC 3.3.3, we <i>strongly</i> recommend that you download
-GCC 3.4.3, build it separately, and use it for compiling LLVM CFE. This has been
+GCC 3.4.3, build it separately, and use it for compiling the LLVM GCC front-end. This has been
 shown to work correctly.</p>
 <p>Some versions of Cygwin utilize an experimental version of GNU binutils that
 will cause the GNU <tt>ld</tt> linker to fail an assertion when linking
@@ -356,7 +357,7 @@
 
   Brian Gaeke<br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/09/21 03:56:26 $
+  Last modified: $Date: 2005/10/24 16:37:24 $
 </address>
 
 </body>






More information about the llvm-commits mailing list