diff options
author | John Criswell <criswell@uiuc.edu> | 2005-10-24 16:37:24 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-10-24 16:37:24 +0000 |
commit | d6c6ee08b0f6c4af1339316f9883791e77d0412a (patch) | |
tree | 32eafa358a7d9a5c6964605d4f8dbb3976e14143 /docs/CFEBuildInstrs.html | |
parent | eaf0f2b4c6fa9c46c33e14c02ed2277bb0f36253 (diff) | |
download | external_llvm-d6c6ee08b0f6c4af1339316f9883791e77d0412a.zip external_llvm-d6c6ee08b0f6c4af1339316f9883791e77d0412a.tar.gz external_llvm-d6c6ee08b0f6c4af1339316f9883791e77d0412a.tar.bz2 |
Attempt to make terminology more consistent.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r-- | docs/CFEBuildInstrs.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index c0db7d6..e10c707 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -68,9 +68,10 @@ located in a top-level directory (like <tt>/cygdrive/c/llvm</tt> and 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 |