diff options
author | John Criswell <criswell@uiuc.edu> | 2004-11-29 21:46:29 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-11-29 21:46:29 +0000 |
commit | fc1a1dd2035568acd218a0e9e17a9b175a74ac23 (patch) | |
tree | 2d03a916e97aaf8fe25b0fe1a4ef953a40654d5c /llvm/docs/CFEBuildInstrs.html | |
parent | 6e455608e24aa6f8922c0e0de93efd67eef9ddf3 (diff) | |
download | bcm5719-llvm-fc1a1dd2035568acd218a0e9e17a9b175a74ac23.tar.gz bcm5719-llvm-fc1a1dd2035568acd218a0e9e17a9b175a74ac23.zip |
Fix a typo.
Corrected a potential grammary issue.
llvm-svn: 18364
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
-rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index bf83db485b8..c42132a5946 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -147,8 +147,8 @@ invalid code. Instead, use the system assembler and linker. <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 @@ functions from C as referenced from C++, so we typically configure with 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 |