[llvm-commits] CVS: llvm/docs/GettingStarted.html
Reid Spencer
reid at x10sys.com
Wed Apr 11 14:28:48 PDT 2007
Changes in directory llvm/docs:
GettingStarted.html updated: 1.157 -> 1.158
---
Log message:
Add Scott's note about GCC 4.1.2 on OpenSUSE.
---
Diffs of the changes: (+3 -1)
GettingStarted.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.157 llvm/docs/GettingStarted.html:1.158
--- llvm/docs/GettingStarted.html:1.157 Sun Apr 1 15:14:46 2007
+++ llvm/docs/GettingStarted.html Wed Apr 11 16:28:31 2007
@@ -539,6 +539,8 @@
miscompiles portions of LLVM</a> when compiling llvm itself into 64-bit
code. LLVM will appear to mostly work but will be buggy, e.g. failing
portions of its testsuite.</p>
+<p><b>GCC 4.1.2 on OpenSUSE</b>: Seg faults during libstdc++ build and on x86_64
+platforms compiling md5.c gets a mangled constant.</p>
<p><b>GNU ld 2.16.X</b>. Some 2.16.X versions of the ld linker will produce very
long warning messages complaining that some ".gnu.linkonce.t.*" symbol was
defined in a discarded section. You can safely ignore these messages as they are
@@ -1613,7 +1615,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: 2007/04/01 20:14:46 $
+ Last modified: $Date: 2007/04/11 21:28:31 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list