[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html

John Criswell criswell at cs.uiuc.edu
Fri May 13 13:39:00 PDT 2005



Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.48 -> 1.49
---
Log message:

Minor fixes.


---
Diffs of the changes:  (+5 -4)

 CFEBuildInstrs.html |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.48 llvm/docs/CFEBuildInstrs.html:1.49
--- llvm/docs/CFEBuildInstrs.html:1.48	Thu May 12 16:25:32 2005
+++ llvm/docs/CFEBuildInstrs.html	Fri May 13 15:38:44 2005
@@ -69,7 +69,7 @@
 </p>
 <p>It has been found that the GCC 3.3.3 compiler provided with recent Cygwin
 versions is incapable of compiling the LLVM CFE correctly. If your Cygwin
-installation includes GCC 3.3.3 we <i>strongly</i> recommend that you download
+installation includes GCC 3.3.3, we <i>strongly</i> recommend that you download
 GCC 3.4.3, build it separately, and use it for compiling LLVM CFE. This has been
 shown to work correctly.</p>
 <p>Some versions of Cygwin utilize an experimental version of GNU binutils that
@@ -101,7 +101,8 @@
 <p>
 <ol>
 <li><p>Configure and build the LLVM libraries and tools. There are two ways to
-do this: either with <i>objdir</i> == <i>srcdir</i> or not. It is recommended 
+do this: either with <i>objdir</i> == <i>srcdir</i> or
+<i>objdir</i> != <i>srcdir</i>. It is recommended 
 that <i>srcdir</i> not be the same as <i>objdir</i>:</p>
 <ul>
   <li>With <i>objdir</i> != <i>srcdir</i>:<pre>
@@ -131,7 +132,7 @@
        untar'ing an llvm-gcc.tar.gz file or checking out CVS into this
        directory.</p></li>
 
-<li><p>Make "build" and "install" directories as siblings of the "src" tree.</p>
+<li><p>Make "build" and "install" directories as siblings of the "src" tree:</p>
 <pre>
  % pwd
  /usr/local/example/cfrontend/src
@@ -346,7 +347,7 @@
 
   Brian Gaeke<br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/05/12 21:25:32 $
+  Last modified: $Date: 2005/05/13 20:38:44 $
 </address>
 
 </body>






More information about the llvm-commits mailing list