X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FGettingStarted.html;h=e740a89b01d07baa8ec3607179595ebacb7697d9;hb=bba9f5f37859f1d53ff061695bfc8c22133c6f0e;hp=1cca5ac8e0910073a4ceb501f893f04eac70ddf8;hpb=fe095f39e7009c51d1c86769792ccbcad8cdd2ec;p=oota-llvm.git diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 1cca5ac8e09..e740a89b01d 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -215,11 +215,21 @@ software you will need.

Arch Compilers + + AuroraUX + x861 + GCC + Linux x861 GCC + + Linux + amd64 + GCC + Solaris V9 (Ultrasparc) @@ -239,7 +249,6 @@ software you will need.

MacOS X2,9 x86 GCC - Cygwin/Win32 @@ -248,14 +257,10 @@ software you will need.

MinGW/Win32 - x861,6,8 + x861,6, + 8, 10 GCC 3.4.X, binutils 2.15 - - Linux - amd64 - GCC -

LLVM has partial support for the following platforms:

@@ -321,6 +326,11 @@ up levels greater than 0 (i.e., "-O1" and higher). Add OPTIMIZE_OPTION="-O0" to the build command line if compiling for LLVM Release or bootstrapping the LLVM toolchain. +
  • For MSYS/MinGW on Windows, be sure to install the MSYS + version of the perl package, and be sure it appears in your path + before any Windows-based versions such as Strawberry Perl and + ActivePerl, as these have Windows-specifics that will cause the + build to fail.
  • @@ -548,7 +558,9 @@ as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).Cygwin GCC 4.3.2 20080827 (beta) 2: Users reported various problems related with link errors when using this GCC version.

    - +

    GCC 4.3.3 (Debian 4.3.3-10) on ARM: Miscompiles parts of LLVM 2.6 +when optimizations are turned on. The symptom is an infinite loop in +FoldingSetImpl::RemoveNode while running the code generator.

    GNU ld 2.16.X. Some 2.16.X versions of the ld linker will produce very long warning messages complaining that some ".gnu.linkonce.t.*" symbol was defined in a discarded section. You can safely ignore these messages as they are