diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-22 09:52:30 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-22 09:52:30 +0000 |
| commit | 3e41cd50b434a3e0411734b769b8886325bd2b4c (patch) | |
| tree | d9809848adc08d28897aa0b35669f94a5650bab1 /llvm/docs | |
| parent | c5f858ca524d58ac82dee4305701bfd512efa409 (diff) | |
| download | bcm5719-llvm-3e41cd50b434a3e0411734b769b8886325bd2b4c.tar.gz bcm5719-llvm-3e41cd50b434a3e0411734b769b8886325bd2b4c.zip | |
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.
llvm-svn: 19104
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index d03759da80d..ebcfa845eff 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -66,6 +66,11 @@ located in a top-level directory (like <tt>/cygdrive/c/llvm</tt> and (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> <!--=========================================================================--> |

