X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FGettingStarted.html;h=eed4547a7818ef78de98eef2c66f921590e77727;hb=95df6b3603e228cea714be21997fec82cb03011e;hp=24f422ea9eec265843a4b06b732597f6107f14f9;hpb=8655b151377bac396302af7646797c0db4ee4627;p=oota-llvm.git diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 24f422ea9ee..eed4547a781 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -114,7 +114,7 @@ and performance.
  • Read the documentation.
  • Read the documentation.
  • Remember that you were warned twice about reading the documentation.
  • -
  • Install the llvm-gcc4.0 (or llvm-gcc4.2) front end if you intend to compile C or C++: +
  • Install the llvm-gcc4.2 front end if you intend to compile C or C++:
    1. cd where-you-want-the-C-front-end-to-live
    2. gunzip --stdout llvm-gcc.platform.tar.gz | tar -xvf - @@ -236,7 +236,7 @@ software you will need.

      GCC - MacOS X2 + MacOS X2,9 x86 GCC @@ -320,6 +320,11 @@ project.
    3. future. We highly recommend that you rebuild your current binutils with the patch from Binutils bugzilla, if it wasn't already applied. +
    4. 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 + if compiling for LLVM Release or bootstrapping the LLVM toolchain.
    @@ -711,6 +716,7 @@ revision), you can checkout it from the 'tags' directory (instead of subdirectories of the 'tags' directory: