diff options
author | Chris Lattner <sabre@nondot.org> | 2008-11-09 17:19:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-11-09 17:19:14 +0000 |
commit | 22b91d7fc47b9667453d56a23eac2b2f7afe9b57 (patch) | |
tree | b7be1bed60d12242f09f40ddaea587c63d892f8a /docs/GettingStarted.html | |
parent | 4d16a0aa5844ea4a1bdb49c52cf0c471795932b7 (diff) |
fix validation problem.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 9eccb19704..4f45d7e6e4 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -119,8 +119,7 @@ and performance. <li><tt>cd <i>where-you-want-the-C-front-end-to-live</i></tt></li> <li><tt>gunzip --stdout llvm-gcc.<i>platform</i>.tar.gz | tar -xvf -</tt> </li> - <ul><li>If the binary extension is ".bz" use bunzip2 instead of gunzip.</li> - </ul> + <li>Note: If the binary extension is ".bz" use bunzip2 instead of gunzip.</li> <li>Add llvm-gcc's "bin" directory to your PATH variable.</li> </ol></li> @@ -320,10 +319,10 @@ project.</li> future. We highly recommend that you rebuild your current binutils with the patch from <a href="http://sourceware.org/bugzilla/show_bug.cgi?id=2659"> Binutils bugzilla</a>, if it wasn't already applied.</li> -<li><a name="pf_9">XCode 2.5 and gcc 4.0.1 (Apple Build 5370) will trip +<li><a name="pf_9">XCode 2.5 and gcc 4.0.1</a> (Apple Build 5370) will trip internal LLVM assert messages when compiled for Release at optimization - levels greater than 0 (i.e., <i>“-O1”</i> and higher). - Add <i>OPTIMIZE_OPTION="-O0"</i> to the build command line + levels greater than 0 (i.e., <i>"-O1"</i> and higher). + Add <i>OPTIMIZE_OPTION="-O0"</i> to the build command line if compiling for LLVM Release or bootstrapping the LLVM toolchain.</li> </ol> </div> |