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

Reid Spencer reid at x10sys.com
Wed Dec 22 01:52:41 PST 2004



Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.39 -> 1.40
---
Log message:

Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) for
the CFE instead of the default GCC 3.3.3 compiler that comes with Cygwin.


---
Diffs of the changes:  (+6 -1)

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.39 llvm/docs/CFEBuildInstrs.html:1.40
--- llvm/docs/CFEBuildInstrs.html:1.39	Wed Dec 22 03:07:51 2004
+++ llvm/docs/CFEBuildInstrs.html	Wed Dec 22 03:52:30 2004
@@ -66,6 +66,11 @@
 (which includes your "home directory", because it lives under the "Documents 
 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
+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
+shown to work correctly.</p>
 </div>
 
 <!--=========================================================================-->
@@ -333,7 +338,7 @@
 
   Brian Gaeke<br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/22 09:07:51 $
+  Last modified: $Date: 2004/12/22 09:52:30 $
 </address>
 
 </body>






More information about the llvm-commits mailing list