[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
John Criswell
criswell at cs.uiuc.edu
Mon Nov 29 13:46:44 PST 2004
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.27 -> 1.28
---
Log message:
Fix a typo.
Corrected a potential grammary issue.
---
Diffs of the changes: (+4 -4)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.27 llvm/docs/CFEBuildInstrs.html:1.28
--- llvm/docs/CFEBuildInstrs.html:1.27 Thu Nov 25 11:13:17 2004
+++ llvm/docs/CFEBuildInstrs.html Mon Nov 29 15:46:29 2004
@@ -147,8 +147,8 @@
<p><b>Solaris/SPARC:</b></p>
<p>
-For Solaris/SPARC, LLVM only supports the SPARC V9. Therefore, the
-configure command line should specify sparcv9, as shown below. Also,
+For Solaris/SPARC, LLVM only supports the SPARC V9 architecture. Therefore,
+the configure command line should specify sparcv9, 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>).
@@ -187,7 +187,7 @@
target to get it to work correctly. These include:<p>
<ul>
- <li>Often targets include special or assembler linker flags which
+ <li>Often targets include special assembler or linker flags which
<tt>gccas</tt>/<tt>gccld</tt> does not understand. In general, these can
just be removed.</li>
<li>LLVM currently does not support any floating point values other than
@@ -328,7 +328,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/11/25 17:13:17 $
+ Last modified: $Date: 2004/11/29 21:46:29 $
</address>
</body>
More information about the llvm-commits
mailing list