[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
John Criswell
criswell at cs.uiuc.edu
Fri May 13 13:55:00 PDT 2005
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.49 -> 1.50
---
Log message:
Add a note about SPARC V8.
---
Diffs of the changes: (+10 -3)
CFEBuildInstrs.html | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.49 llvm/docs/CFEBuildInstrs.html:1.50
--- llvm/docs/CFEBuildInstrs.html:1.49 Fri May 13 15:38:44 2005
+++ llvm/docs/CFEBuildInstrs.html Fri May 13 15:54:44 2005
@@ -170,8 +170,15 @@
<p><b>Solaris/SPARC:</b></p>
<p>
-For Solaris/SPARC, LLVM only supports the SPARC V9 architecture. Therefore,
-the configure command line should specify sparcv9, as shown below. Also,
+The GCC front-end can be configured for either SPARC V8 (32 bit) or SPARC V9 (64
+bit). This changes, among other things, the sizes of integer types and the
+macros defined for conditional compilation.
+</p>
+
+<p>
+The SPARC V8 backend is still beta quality software. Unless you are working on
+the SPARC V8 backend, you should specify sparcv9 on the configure command line,
+as shown below. Also,
note that Solaris has trouble with various wide (multibyte) character
functions from C as referenced from C++, so we typically configure with
--disable-c-mbchar (cf. <a href="http://llvm.cs.uiuc.edu/PR206">Bug 206</a>).
@@ -347,7 +354,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/05/13 20:38:44 $
+ Last modified: $Date: 2005/05/13 20:54:44 $
</address>
</body>
More information about the llvm-commits
mailing list