[llvm-commits] CVS: llvm/docs/GettingStarted.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Jun 16 12:53:52 PDT 2006
Changes in directory llvm/docs:
GettingStarted.html updated: 1.133 -> 1.134
---
Log message:
Document known xcode 2.3 issue
---
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.133 llvm/docs/GettingStarted.html:1.134
--- llvm/docs/GettingStarted.html:1.133 Fri Jun 16 12:20:33 2006
+++ llvm/docs/GettingStarted.html Fri Jun 16 14:53:39 2006
@@ -515,6 +515,9 @@
to a newer version of GCC.</p>
<p><b>IA-64 GCC 4.0.0</b>: The IA-64 version of GCC 4.0.0 is known to
miscompile LLVM.</p>
+<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>
</div>
@@ -1536,7 +1539,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/06/16 17:20:33 $
+ Last modified: $Date: 2006/06/16 19:53:39 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list