From 721c201bd55ffb73cb2ba8d39e0570fa38c44e15 Mon Sep 17 00:00:00 2001 From: dim Date: Wed, 15 Aug 2012 19:34:23 +0000 Subject: Vendor import of llvm trunk r161861: http://llvm.org/svn/llvm-project/llvm/trunk@161861 --- docs/GettingStarted.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'docs/GettingStarted.html') diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 52baf90..61335af 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -4,7 +4,7 @@ Getting Started with LLVM System - + @@ -344,7 +344,7 @@ up
  • Native code generation exists but is not complete.
  • Binutils 2.20 or later is required to build the assembler generated by LLVM properly.
  • -
  • XCode 2.5 and gcc 4.0.1 (Apple Build 5370) will trip +
  • Xcode 2.5 and gcc 4.0.1 (Apple Build 5370) will trip internal LLVM assert messages when compiled for Release at optimization levels greater than 0 (i.e., "-O1" and higher). Add OPTIMIZE_OPTION="-O0" to the build command line @@ -590,6 +590,7 @@ as the previous one. It appears to work with ENABLE_OPTIMIZED=0 (the default).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.

    +

    SUSE 11 GCC 4.3.4: Miscompiles LLVM, causing crashes in ValueHandle logic.

    GCC 4.3.5 and GCC 4.4.5 on ARM: These can miscompile value >> 1 even at -O0. A test failure in test/Assembler/alignstack.ll is one symptom of the problem. @@ -626,7 +627,7 @@ upgrading to a newer version of Gold.

    LLVM and to give you some basic information about the LLVM environment.

    The later sections of this guide describe the general layout of the the LLVM source tree, a general layout of the LLVM source tree, a simple example using the LLVM tool chain, and links to find more information about LLVM or to get help via e-mail.

    @@ -748,6 +749,8 @@ revision), you can checkout it from the 'tags' directory (instead of subdirectories of the 'tags' directory: