summaryrefslogtreecommitdiffstats
path: root/llvm/docs
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
commit4799ea70ea22df8014bf13a9b1ddf93c047eee56 (patch)
tree881ffa1b67b2f472f460053ad25ab5cdfafef340 /llvm/docs
parent5792cebb081d510eeebdbcf0624abc215f031e26 (diff)
downloadbcm5719-llvm-4799ea70ea22df8014bf13a9b1ddf93c047eee56.tar.gz
bcm5719-llvm-4799ea70ea22df8014bf13a9b1ddf93c047eee56.zip
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. llvm-svn: 48513
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/GettingStarted.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 24f422ea9ee..b2c2aca6c56 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud