summaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2008-03-18 23:13:26 +0000
committerScott Michel <scottm@aero.org>2008-03-18 23:13:26 +0000
commit050bc81936026b292e9e0c4256830062a59045c7 (patch)
treee1b5e781022d0ce1924661caebefbbe0884f1d57 /docs/GettingStarted.html
parentdbfd8945613686c184208ed3c2cb1a31d3a664e9 (diff)
downloadllvm-050bc81936026b292e9e0c4256830062a59045c7.tar.gz
llvm-050bc81936026b292e9e0c4256830062a59045c7.tar.bz2
llvm-050bc81936026b292e9e0c4256830062a59045c7.tar.xz
Note that gcc 4.0.1 will trip internal LLVM asserts (e.g., pred_iterator) if compiling
for Release with optimization levels greater than -O0. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48513 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r--docs/GettingStarted.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 24f422ea9e..b2c2aca6c5 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -236,7 +236,7 @@ software you will need.</p>
<td>GCC</td>
</tr>
<tr>
- <td>MacOS X<sup><a href="#pf_2">2</a></sup></td>
+ <td>MacOS X<sup><a href="#pf_2">2</a>,<a href="#pf_9">9</a></sup></td>
<td>x86</td>
<td>GCC</td>
@@ -320,6 +320,11 @@ 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
+ internal LLVM assert messages when compiled for Release at optimization
+ levels greater than 0 (i.e., <i>&ldquo;-O1&rdquo;</i> and higher).
+ Add <i>OPTIMIZE_OPTION=&quot;-O0&quot;</i> to the build command line
+ if compiling for LLVM Release or bootstrapping the LLVM toolchain.</li>
</ol>
</div>