1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Add note about sucky suse compiler

llvm-svn: 10313
This commit is contained in:
Chris Lattner 2003-12-08 05:43:19 +00:00
parent be2b3fb417
commit 1bf90420ca

View File

@ -48,6 +48,7 @@
errors.</li>
<li>I've built LLVM and am testing it, but the tests freeze.</li>
<li>Why do test results differ when I perform different types of builds?</li>
<li>Compiling LLVM with GCC 3.3 on SuSE 9 fails, what should I do?</li>
</ol></li>
<li><a href="#cfe">Using the GCC Front End</a>
@ -327,6 +328,15 @@ build.</p>
</div>
<div class="question">
<p>Compiling LLVM with GCC 3.3 on SuSE 9 fails, what should I do?</p>
</div>
<div class="answer">
<p>This is a bug in the customized version of GCC shipped with SuSE, and effects
projects other than LLVM. Complain loudly to SuSE. :)</p>
</div>
<!-- *********************************************************************** -->
<div class="doc_section">
<a name="cfe">Using the GCC Front End</a>