[llvm-commits] CVS: llvm/docs/FAQ.html

Chris Lattner lattner at cs.uiuc.edu
Sun Dec 7 23:44:01 PST 2003


Changes in directory llvm/docs:

FAQ.html updated: 1.13 -> 1.14

---
Log message:

Add note about sucky suse compiler


---
Diffs of the changes:  (+11 -1)

Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.13 llvm/docs/FAQ.html:1.14
--- llvm/docs/FAQ.html:1.13	Tue Nov 18 23:53:12 2003
+++ llvm/docs/FAQ.html	Sun Dec  7 23:43:19 2003
@@ -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 @@
 
 </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>
@@ -428,7 +438,7 @@
 <div class="doc_footer">
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/11/19 05:53:12 $
+  Last modified: $Date: 2003/12/08 05:43:19 $
 </div>
 
 </body>





More information about the llvm-commits mailing list