[llvm-commits] CVS: llvm/docs/GettingStarted.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Sep 7 10:34:41 PDT 2006
Changes in directory llvm/docs:
GettingStarted.html updated: 1.145 -> 1.146
---
Log message:
Warn people not to use GCC 4.1.1.
---
Diffs of the changes: (+4 -1)
GettingStarted.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.145 llvm/docs/GettingStarted.html:1.146
--- llvm/docs/GettingStarted.html:1.145 Wed Sep 6 23:19:09 2006
+++ llvm/docs/GettingStarted.html Thu Sep 7 12:34:27 2006
@@ -530,6 +530,9 @@
<p><b>Apple Xcode 2.3</b>: GCC crashes when compiling LLVM at -O3 (which is the
default with ENABLE_OPTIMIZED=1. To work around this, build with
"ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION=-O2".</p>
+<p><b>GCC 4.1.1</b>: GCC fails to build LLVM with template concept check errors
+ compiling some files. At the time of this writing, GCC mainline (4.2)
+ did not share the problem.</p>
</div>
@@ -1685,7 +1688,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/09/07 04:19:09 $
+ Last modified: $Date: 2006/09/07 17:34:27 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list