[llvm-commits] CVS: llvm-www/releases/1.3/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 16 13:21:28 PDT 2004



Changes in directory llvm-www/releases/1.3/docs:

ReleaseNotes.html updated: 1.2 -> 1.3
---
Log message:

Spaces in PATH doesn't work


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

Index: llvm-www/releases/1.3/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.3/docs/ReleaseNotes.html:1.2 llvm-www/releases/1.3/docs/ReleaseNotes.html:1.3
--- llvm-www/releases/1.3/docs/ReleaseNotes.html:1.2	Mon Aug 16 00:49:24 2004
+++ llvm-www/releases/1.3/docs/ReleaseNotes.html	Mon Aug 16 15:21:17 2004
@@ -369,7 +369,9 @@
 LLVM and the C frontend out of a top-level directory without spaces (e.g., 
 <tt>/cygdrive/c/llvm</tt>).  Also, make sure to install <b>all</b> of the 
 cygwin packages.  By default, many important tools are not installed that 
-are needed by the LLVM build process or test suite (e.g., /bin/time).</p>
+are needed by the LLVM build process or test suite (e.g., /bin/time).  Finally,
+please make sure that there are no directories with spaces in them in your
+PATH environment variable.</p>
 
 </div>
 
@@ -771,7 +773,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/08/16 05:49:24 $
+  Last modified: $Date: 2004/08/16 20:21:17 $
 </address>
 
 </body>






More information about the llvm-commits mailing list