diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index bce5f775ac5..0622824956a 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -69,7 +69,7 @@ and Settings" directory). We welcome patches to fix this issue.

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 strongly recommend that you download +installation includes GCC 3.3.3, we strongly 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.

Some versions of Cygwin utilize an experimental version of GNU binutils that @@ -101,7 +101,8 @@ invalid code. Instead, use the system assembler and linker.

  1. Configure and build the LLVM libraries and tools. There are two ways to -do this: either with objdir == srcdir or not. It is recommended +do this: either with objdir == srcdir or +objdir != srcdir. It is recommended that srcdir not be the same as objdir: